AuthenticationResultMetadata.DurationTotalInMs Property

Definition

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