IActivityClientTimeout Property |
Gets or sets the number of milliseconds to wait before the operation times out.
The default value is 100,000 milliseconds (100 seconds).
Namespace:
Aspose.Email.Clients.Activity
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 22.4
Syntaxint Timeout { get; set; }
Property Timeout As Integer
Get
Set
property int Timeout {
int get ();
void set (int value);
}
abstract Timeout : int with get, set
Property Value
Type:
Int32
See Also