共用方式為


ClaimedSlipPrinter.RemoveSlipAsync(TimeSpan) 方法

定義

等候使用者從名單印表機站移除名單。

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)

參數

timeout
TimeSpan TimeSpan

作業應該等候使用者在結束前移除名單的時間間隔。

傳回

如果使用者移除指定時間範圍內的名單,則傳回 true 的非同步作業,否則傳回 false。

屬性

適用於