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 값입니다.

적용 대상