←Select platform

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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.