CashDrawerCloseAlarm.StartAsync Method

Definition

Starts the alarm countdown, returning an awaitable object that completes when the cash drawer is closed.

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

Returns

True if the drawer has been closed; otherwise, false indicates a problem has occurred.

Attributes

Applies to