PrintTaskRequest.GetDeferral 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.
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.