RTDuration Property
Summary
Gets the duration of the time that it took to complete the request.
Syntax
public TimeSpan RTDuration { get; }
Public ReadOnly Property RTDuration As TimeSpan
public:
property TimeSpan RTDuration {
TimeSpan get();
}
Property Value
A System.TimeSpan value which indicates the duration of the time a request took to complete a round trip.