DataRequest.Deadline Property

Definition

Gets the deadline for finishing a delayed rendering operation. If execution goes beyond that deadline, the results of delayed rendering are ignored.

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

Property Value

The deadline for the delayed rendering operation.

Applies to