Share via


CheckScannerBase.BeginInsertionImpl(Int32) Method

Definition

BeginInsertionImpl must be implemented by the service object to place the check scanner in check insertion processing.

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

Parameters

timeout
Int32

Number of milliseconds before failing the method.

Applies to