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

Get the default timeout for XA transactions in seconds.

Namespace:  TIBCO.EMS.ADMIN
Assembly:  TIBCO.EMS.ADMIN (in TIBCO.EMS.ADMIN.dll)

Syntax

public int XADefaultTimeout { get; }
Public ReadOnly Property XADefaultTimeout As Integer
public:
property int XADefaultTimeout {
	int get ();
}

Return Value

the default timeout for XA transactions in seconds.

See Also