Share via


SmartCardRW.BeginRemoval(Int32) Method

Definition

Initiates smart card removal processing.

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

Parameters

timeout
Int32

The number of milliseconds before failing the methodIf 0, the method initiates the begin removal mode and either returns immediately or raises an exception. If WaitForever, the method initiates the begin removal mode, then waits as long as needed until either the smart card is removed or an error occurs.

Applies to