FailoverChatClientAttempt.TimeToFirstUpdate 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 the time until the first streaming update, if this was a non-empty streaming invocation.
public:
property Nullable<TimeSpan> TimeToFirstUpdate { Nullable<TimeSpan> get(); };
public TimeSpan? TimeToFirstUpdate { get; }
member this.TimeToFirstUpdate : Nullable<TimeSpan>
Public ReadOnly Property TimeToFirstUpdate As Nullable(Of TimeSpan)