SmartCardRW.BeginInsertion(Int32) Method

Definition

Initiates smart card insertion processing.

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

Parameters

timeout
Int32

The number of milliseconds before failing the method.If zero, the method initiates insertion mode and either returns immediately if successful, or raises an exception. If WaitForever, the method initiates the begin insertion mode, then waits as long as needed until either the smart card is inserted or an error occurs.

Applies to