←Select platform

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

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Click or drag to resize