共用方式為


PointCardRW.BeginInsertion(Int32) Method

Definition

Starts point card processing.

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

Parameters

timeout
Int32

The timeout parameter gives the number of milliseconds before failing the method. If zero, BeginInsertion tries to begin insertion mode, then returns the appropriate status immediately. If WaitForever, BeginInsertion tries to begin insertion mode, then waits as long as needed until the point card is inserted or an error occurs.

Applies to