RequestTimeout Property

Summary
Gets or sets a value that specifies the amount of time after which an asynchronous call will time out.
Syntax
C#
VB
C++
public TimeSpan RequestTimeout { get; set; } 
  
Public Property RequestTimeout As TimeSpan 
public: 
property TimeSpan RequestTimeout { 
   TimeSpan get(); 
   void set (    TimeSpan ); 
} 

Property Value

A System.TimeSpan value that indicates the time out period for the BeginGetJpipResponse(String,RequestFields,AsyncCallback,Object) method to complete.

Example

For an example, refer to JpipClient.

Requirements

Target Platforms

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

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.