Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 742 Bytes

printworkflowsubmittedeventargs_getdeferral_254836512.md

File metadata and controls

24 lines (16 loc) · 742 Bytes
-api-id -api-type
M:Windows.Graphics.Printing.Workflow.PrintWorkflowSubmittedEventArgs.GetDeferral
winrt method

Windows.Graphics.Printing.Workflow.PrintWorkflowSubmittedEventArgs.GetDeferral

-description

Gets a deferral object for managing the work done on the corresponding PrintWorkflowBackgroundSession.Submitted event.

-returns

A deferral object.

-remarks

A deferral should be used if any asynchronous work is being done in this event handler, so that the next event in the sequence isn't raised until this work is completed.

-see-also

-examples