CashDrawerCloseAlarm.StartAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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