Sdílet prostřednictvím


PrintWorkflowJobNotificationEventArgs.GetDeferral Method

Definition

Requests that the operation be delayed and gets a deferral object that will be invoked upon completion of the deferred action.

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

Returns

The deferral object.

Remarks

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

Applies to