[TIBCO.EMS .NET Admin client library 6.3 documentation]
Assembly: TIBCO.EMS.ADMIN (in TIBCO.EMS.ADMIN.dll)
Get and set the command timeout in milliseconds.
Namespace:
TIBCO.EMS.ADMINAssembly: TIBCO.EMS.ADMIN (in TIBCO.EMS.ADMIN.dll)
Syntax
public long CommandTimeout { get; set; } |
Public Property CommandTimeout As Long |
public: property long long CommandTimeout { long long get (); void set (long long value); } |
Return Value
the current timeout in milliseconds.
Remarks
If the server does
not respond to a command within specified timeout the command
throws an exception. Default value is 60000 (60 seconds). Expects
the timeout value in milliseconds
Exceptions
Exception | Condition |
---|---|
System..::.ArgumentException | if value is less than 5000ms. |