共用方式為


Micr.BeginRemoval(Int32) Method

Definition

Starts the check removal processing.

public abstract void BeginRemoval (int timeout);
abstract member BeginRemoval : int -> unit
Public MustOverride Sub BeginRemoval (timeout As Integer)

Parameters

timeout
Int32

The timeout parameter gives the number of milliseconds before failing the method.If timeout is zero, BeginRemoval tries to begin Removal mode, then returns the appropriate status immediately.If timeout is WaitForever, BeginRemoval tries to begin Removal mode, then waits until either the check is removed or an error occurs.

Applies to