IResultInfo.ExecutionTime プロパティ

定義

サーバーが実行結果を返すまでにかかったクライアントの総経過時間を取得します。

public:
 property TimeSpan ExecutionTime { TimeSpan get(); };
public TimeSpan ExecutionTime { get; }
member this.ExecutionTime : TimeSpan
Public ReadOnly Property ExecutionTime As TimeSpan

プロパティ値

費やされた総経過時間を指定する TimeSpan 値です。

適用対象