共用方式為


PosPower.SuspendPos(SystemStateChangeReason) Method

Definition

Requests that the POS system be put in the Suspend state or responds to a request to put the system in the Suspend state.

public virtual void SuspendPos (Microsoft.PointOfService.SystemStateChangeReason reason);
abstract member SuspendPos : Microsoft.PointOfService.SystemStateChangeReason -> unit
override this.SuspendPos : Microsoft.PointOfService.SystemStateChangeReason -> unit
Public Overridable Sub SuspendPos (reason As SystemStateChangeReason)

Parameters

reason
SystemStateChangeReason

Specifies the reason SuspendPos has been called. Possible values are defined by the SystemStateChangeReason enumeration.

Applies to