Returns true if the current flow is configured for coordinated transactions.
Namespace: IBM.Broker.PluginAssembly: IBM.Broker.Plugin (in IBM.Broker.Plugin.dll) Version: 9.0.0.0
public bool CoordinatedTransaction { get; internal set; }
public bool CoordinatedTransaction { get; internal set; }
Public Property CoordinatedTransaction As Boolean
Get
Friend Set
Public Property CoordinatedTransaction As Boolean
Get
Friend Set
public:
property bool CoordinatedTransaction {
bool get ();
internal: void set (bool value);
}
public:
property bool CoordinatedTransaction {
bool get ();
internal: void set (bool value);
}
member CoordinatedTransaction : bool with get, internal set
member CoordinatedTransaction : bool with get, internal set
Property Value
Type:
BooleanCoordinatedTransaction returns true if the message flow is configured for coordinated transactions.