←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

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.