[TIBCO.EMS .NET client library 7.0 documentation]

Get whether an open session is transacted

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

Syntax

public bool Transacted { get; }
Public ReadOnly Property Transacted As Boolean
public:
property bool Transacted {
	bool get ();
}

Remarks

IllegalStateException will be thrown if the session is closed.

See Also