PrintTaskRequest.GetDeferral Method

Definition

Retrieves the deferral object associated with the PrintTaskRequest. The deferral object is used to handle asynchronous calls in the PrintTaskRequested event handler.

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

Returns

The PrintTaskRequestedDeferral for a print task.

Applies to