[TIBCO.EMS .NET Admin client library 8.1 documentation]
Assembly: TIBCO.EMS.ADMIN (in TIBCO.EMS.ADMIN.dll)
Get all the xa transactions known to the server.
Namespace:
TIBCO.EMS.ADMINAssembly: TIBCO.EMS.ADMIN (in TIBCO.EMS.ADMIN.dll)
Syntax
public TransactionInfo[] Transactions { get; } |
Public ReadOnly Property Transactions As TransactionInfo() |
public: property array<TransactionInfo^>^ Transactions { array<TransactionInfo^>^ get (); } |
Return Value
all the xa transactions known to the server.
Exceptions
Exception | Condition |
---|---|
TIBCO.EMS.ADMIN..::.AdminException | if not authorized or an error occurred. |