次の方法で共有


Request.TimeInModule プロパティ

定義

要求が現在のモジュールに含まれている期間を取得します。

public:
 property int TimeInModule { int get(); };
public int TimeInModule { get; }
member this.TimeInModule : int
Public ReadOnly Property TimeInModule As Integer

プロパティ値

要求が現在のモジュールに含まれている期間 (ミリ秒単位)。

適用対象