AuthenticationResultMetadata.DurationTotalInMs 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.
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