ClaimedSlipPrinter.RemoveSlipAsync(TimeSpan) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
等候使用者從名單印表機站移除名單。
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)
參數
傳回
如果使用者移除指定時間範圍內的名單,則傳回 true 的非同步作業,否則傳回 false。
- 屬性