TIBCO Enterprise Message Service 4.3.0 .NET Administration Class Library

Admin.CommandTimeout Property

Get and set the command timeout in milliseconds.

public long CommandTimeout {get; set;}

Parameters

Remarks

If the server does not respond to a command within specified timeout the command thows exception. Default value is 60000 (60 seconds).

Exceptions

Exception Type Condition
ArgumentException if value is less than 5000ms.

See Also

Admin Class | TIBCO.EMS.ADMIN Namespace