[TIBCO.EMS.UFOCLIENT .NET client library 6.3 documentation]

Get whether the session is transacted

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

Syntax

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

Remarks

When true, the session has transaction semantics, and AcknowledgeMode is irrelevant.

When false, it has non-transaction semantics.

See Also