ResultInfo.ExecutionTime 屬性

定義

取得或設定用戶端從伺服器取回結果所花費的實際時間。

public:
 property TimeSpan ExecutionTime { TimeSpan get(); void set(TimeSpan value); };
public TimeSpan ExecutionTime { get; set; }
member this.ExecutionTime : TimeSpan with get, set
Public Property ExecutionTime As TimeSpan

屬性值

TimeSpan

TimeSpan 值,代表用戶端從伺服器傳回結果所花費的實際時間。

適用於