ClaimedSlipPrinter.RemoveSlipAsync(TimeSpan) 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.
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
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