SlipPrintJob.ExecuteAsync Method

Definition

Runs the print job on the slip printer station asynchronously.

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)

Returns

The operation to run the print job. This operation returns true if the print job succeeds; otherwise, the operation returns false.

Implements

Attributes

Remarks

The print job is sent to the claimed printer station object that created the print job. The claimed printer station object must remain valid when calling this method.

Applies to

See also