ClaimedPosPrinter.EnableAsync Method

Definition

Notifies the underlying hardware asynchronously to power on for use.

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

Returns

True if the attempt to turn on the printer succeeded; otherwise false.

Attributes

Applies to