CheckScannerBase.BeginRemovalImpl(Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.