FiscalPrinter.BeginRemoval(Int32) Method

Definition

Starts form-removal processing.

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

Parameters

timeout
Int32

Specifies the number of milliseconds before failing the method. If zero, BeginRemoval tries to begin removal mode, then immediately returns the appropriate status. If WaitForever, BeginRemoval tries to begin removal mode, then waits as long as needed until either the form is removed or an error occurs.

Applies to