ServerMessageEventArgs.ExecutionTime プロパティ

定義

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

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

プロパティ値

サーバーから結果が返されるまでのクライアントの総経過時間を表す TimeSpan 値です。

実装

適用対象