PrintTaskRequestedDeferral
PrintTaskRequestedDeferral
PrintTaskRequestedDeferral
PrintTaskRequestedDeferral
Class
Definition
Used to defer the request for a print task.
public : sealed class PrintTaskRequestedDeferral : IPrintTaskRequestedDeferralpublic sealed class PrintTaskRequestedDeferral : IPrintTaskRequestedDeferralPublic NotInheritable Class PrintTaskRequestedDeferral Implements IPrintTaskRequestedDeferral// You can use this class in JavaScript.
- Attributes
Windows 10 requirements
| Device family |
Windows 10 (introduced v10.0.10240.0 - for Xbox, see UWP features that aren't yet supported on Xbox)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v1)
|
Methods
Complete() Complete() Complete() Complete()
Indicates when the deferral for the print task request is over.
public : void Complete()public void Complete()Public Function Complete() As void// You can use this method in JavaScript.
Remarks
Although this method does not have a return value, it uses the appropriate HRESULT value to indicate a successful or a failed method call.