Share via


CheckScannerBase.BeginRemovalImpl(Int32) Method

Definition

BeginRemovalImpl must be implemented by the service object to initiate document removal processing.

protected abstract void BeginRemovalImpl (int timeout);
abstract member BeginRemovalImpl : int -> unit
Protected MustOverride Sub BeginRemovalImpl (timeout As Integer)

Parameters

timeout
Int32

Number of milliseconds before failing the method.

Applies to