Compartir a través de


AuthenticationResultMetadata.DurationTotalInMs Property

Definition

Overloads

DurationTotalInMs

Time, in milliseconds, spent to service this request. Includes time spent making HTTP requests DurationInHttpInMs, time spent in token cache callbacks DurationInCacheInMs, time spent in MSAL and context switching.

DurationTotalInMs

Time, in milliseconds, spent to service this request. Includes time spent making HTTP requests DurationInHttpInMs, time spent in token cache callbacks DurationInCacheInMs, time spent in MSAL and context switching.

public long DurationTotalInMs { get; set; }
member this.DurationTotalInMs : int64 with get, set
Public Property DurationTotalInMs As Long

Property Value

Applies to