IHttpSysRequestTimingFeature.TryGetTimestamp 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得指定時間的時間戳記。
public bool TryGetTimestamp (Microsoft.AspNetCore.Server.HttpSys.HttpSysRequestTimingType timestampType, out long timestamp);
abstract member TryGetTimestamp : Microsoft.AspNetCore.Server.HttpSys.HttpSysRequestTimingType * int64 -> bool
Public Function TryGetTimestamp (timestampType As HttpSysRequestTimingType, ByRef timestamp As Long) As Boolean
參數
- timestampType
- HttpSysRequestTimingType
要取得的時間戳記類型。
- timestamp
- Int64
如果已設定,則為時間戳記的值。
傳回
True 是表示 如果指定的計時設定 (,也就是非零) 。
備註
這些時間戳記是使用 QueryPerformanceCounter https://learn.microsoft.com/windows/win32/api/profileapi/nf-profileapi-queryperformancecounter 取得的,而且時間戳記頻率可以透過 QueryPerformanceFrequency https://learn.microsoft.com/windows/win32/api/profileapi/nf-profileapi-queryperformancefrequency 取得。