Jaa


PrintWorkflowVirtualPrinterUIEventArgs.GetDeferral Method

Definition

Informs the system that the resource response task might continue to perform work after the PrintWorkflowJobUISession.VirtualPrinterUIDataAvailable handler returns.

public:
 virtual Deferral ^ GetDeferral() = GetDeferral;
Deferral GetDeferral();
public Deferral GetDeferral();
function getDeferral()
Public Function GetDeferral () As Deferral

Returns

A Deferral object.

Remarks

The print job operation is delayed until the app calls the Deferral.Complete method.

Applies to