言語

ServerMessageEventArgs.ExecutionTime プロパティ

定義

結果をサーバーから返すのにかかったクライアントの壁の時間分を取得します。

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

プロパティ値

TimeSpan値は、結果がサーバーから返されるまでにかかるクライアントの壁の時間の長さを表します。

実装

適用対象