PrintTaskRequest.Deadline Property
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.
Gets a DateTime value that indicates how long an app has to respond to the PrintTaskRequested event. If the system has not received a response from the PrintTaskRequested event handler by the time the deadline is reached, then the print task is ignored.
public:
property DateTime Deadline { DateTime get(); };
DateTime Deadline();
public System.DateTimeOffset Deadline { get; }
var dateTime = printTaskRequest.deadline;
Public ReadOnly Property Deadline As DateTimeOffset
Property Value
A value that indicates how long an app has to respond to the PrintTaskRequested event.