Share via


PointCardRW.BeginRemoval(Int32) Method

Definition

Starts point card removal processing.

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

Parameters

timeout
Int32

Gives the number of milliseconds before failing the method. If zero, the BeginRemoval method tries to begin removal mode, then returns the appropriate status immediately. If WaitForever, BeginRemoval tries to begin the Removal mode, then waits as long as needed until the point card is ejected or an error occurs.

Applies to