[TIBCO.EMS .NET Admin client library 5.1 documentation]

Get and set the command timeout in milliseconds.

Namespace:  TIBCO.EMS.ADMIN
Assembly:  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

ExceptionCondition
System..::.ArgumentExceptionif value is less than 5000ms.

See Also