SlipPrintJob.ExecuteAsync 메서드

정의

슬립 프린터 스테이션에서 인쇄 작업을 비동기적으로 실행합니다.

public:
 virtual IAsyncOperation<bool> ^ ExecuteAsync() = ExecuteAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<bool> ExecuteAsync();
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<bool> ExecuteAsync();
function executeAsync()
Public Function ExecuteAsync () As IAsyncOperation(Of Boolean)

반환

인쇄 작업을 실행하는 작업입니다. 인쇄 작업이 성공하면 이 작업은 true를 반환합니다. 그렇지 않으면 작업이 false를 반환합니다.

구현

특성

설명

인쇄 작업은 인쇄 작업을 만든 클레임된 프린터 스테이션 개체로 전송됩니다. 클레임된 프린터 스테이션 개체는 이 메서드를 호출할 때 유효한 상태를 유지해야 합니다.

적용 대상

추가 정보