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이면 지정된 타이밍이 설정되었습니다(예: 0이 아닌 경우).
설명
이러한 타임스탬프는 QueryPerformanceCounter https://learn.microsoft.com/windows/win32/api/profileapi/nf-profileapi-queryperformancecounter 를 사용하여 가져오고 타임스탬프 빈도는 QueryPerformanceFrequency https://learn.microsoft.com/windows/win32/api/profileapi/nf-profileapi-queryperformancefrequency를 통해 가져올 수 있습니다.