ClaimedSlipPrinter.RemoveSlipAsync(TimeSpan) Method

Definition

Waits for the user to remove a slip from the slip printer station.

public:
 virtual IAsyncOperation<bool> ^ RemoveSlipAsync(TimeSpan timeout) = RemoveSlipAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<bool> RemoveSlipAsync(TimeSpan const& timeout);
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<bool> RemoveSlipAsync(System.TimeSpan timeout);
function removeSlipAsync(timeout)
Public Function RemoveSlipAsync (timeout As TimeSpan) As IAsyncOperation(Of Boolean)

Parameters

timeout
TimeSpan TimeSpan

The interval of time that the operation should wait for the user to remove the slip before exiting.

Returns

An asynchronous operation that returns true if the user removes the slip within the specified time span, and returns false otherwise.

Attributes

Applies to