CheckScanner.BeginRemoval(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.
Starts the document removal process.
public abstract void BeginRemoval (int timeout);
abstract member BeginRemoval : int -> unit
Public MustOverride Sub BeginRemoval (timeout As Integer)
Parameters
- timeout
- Int32
Gives the number of milliseconds before failing the method. If timeout is set to 0 (zero), the method tries to begin removal mode, returns immediately if this is successful. Otherwise, it throws an exception. If timeout is set to WaitForever (-1), the method tries to begin removal mode, waits as long as needed until either the check is removed or an error occurs.