JournalPrintJob.ExecuteAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Runs the print job on the journal 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.