IHttpSysRequestTimingFeature.TryGetElapsedTime メソッド

定義

指定された 2 つのタイミング間の経過時間を取得します。

public bool TryGetElapsedTime (Microsoft.AspNetCore.Server.HttpSys.HttpSysRequestTimingType startingTimestampType, Microsoft.AspNetCore.Server.HttpSys.HttpSysRequestTimingType endingTimestampType, out TimeSpan elapsed);
abstract member TryGetElapsedTime : Microsoft.AspNetCore.Server.HttpSys.HttpSysRequestTimingType * Microsoft.AspNetCore.Server.HttpSys.HttpSysRequestTimingType * TimeSpan -> bool
Public Function TryGetElapsedTime (startingTimestampType As HttpSysRequestTimingType, endingTimestampType As HttpSysRequestTimingType, ByRef elapsed As TimeSpan) As Boolean

パラメーター

startingTimestampType
HttpSysRequestTimingType

期間の先頭を示すタイムスタンプ型。

endingTimestampType
HttpSysRequestTimingType

期間の終わりを示すタイムスタンプ型。

elapsed
TimeSpan

TimeSpan開始タイムスタンプと終了タイムスタンプの間の経過時間の 。

戻り値

True を指定した両方のタイミングが設定されている場合 (つまり、0 以外)。

適用対象