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

작업이 종료되기 전에 사용자가 슬립을 제거할 때까지 기다려야 하는 시간 간격입니다.

반환

사용자가 지정된 시간 범위 내에서 슬립을 제거하고 그렇지 않으면 false를 반환하는 경우 true를 반환하는 비동기 작업입니다.

특성

적용 대상