RTDuration Property

Summary

Gets the duration of the time that it took to complete the request.

Syntax
C#
VB
C++
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.

Example

For an example, refer to JpipClient.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.