Share via


ClaimedPosPrinter.DisableAsync Method

Definition

Notifies the underlying hardware to turn off.

public:
 virtual IAsyncOperation<bool> ^ DisableAsync() = DisableAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<bool> DisableAsync();
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<bool> DisableAsync();
function disableAsync()
Public Function DisableAsync () As IAsyncOperation(Of Boolean)

Returns

True if the attempt turn off the printer succeeded; otherwise false.

Attributes

Applies to