Gets or sets a value that specifies the amount of time after which an asynchronous call will time out.
public TimeSpan RequestTimeout {get; set;}
'Declaration
Public Property RequestTimeout As TimeSpan
'Usage
Dim instance As JpipClient
Dim value As TimeSpan
instance.RequestTimeout = value
value = instance.RequestTimeout
public:
property TimeSpan RequestTimeout {
TimeSpan get();
void set ( TimeSpan value);
}
Property Value
A
System.TimeSpan value that indicates the time out period for the
BeginGetJpipResponse(String,RequestFields,AsyncCallback,Object) method to complete.