SmartCardRW.BeginInsertion(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.
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.