EMWebClientTimeout Property
|
Alterian Email Manager 6.2.3 SDK Help File
Gets and sets timeout for the request
Namespace:
DMLibraryAssembly:
DMLibrary (in DMLibrary.dll) Version: 1.0.6340.17420
Syntaxpublic int Timeout { get; set; }
Public Property Timeout As Integer
Get
Set
public:
property int Timeout {
int get ();
void set (int value);
}
member Timeout : int with get, set
function get_Timeout();
function set_Timeout(value);
Property Value
Type:
Int32
See Also