VisualElementsRequest.Deadline Property

Definition

Gets the approximate time at which the deferral will time-out.

public:
 property DateTime Deadline { DateTime get(); };
DateTime Deadline();
public System.DateTimeOffset Deadline { get; }
var dateTime = visualElementsRequest.deadline;
Public ReadOnly Property Deadline As DateTimeOffset

Property Value

The time at which the deferral will time out.

Remarks

If the deferral time-out is reached and the developer has not called the Complete method, the tile properties present before the event was fired are used— all properties set in the handler are ignored.

Applies to