PrintTaskRequest.Deadline Property

Definition

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.

Applies to

See also