Interface IXid
- Namespace
- Javax.Transaction.Xa
- Assembly
- MASES.JNet.dll
.NET interface skeleton to be manually developed following https://docs.oracle.com/javase/8/docs/api/javax/transaction/xa/Xid.html
public interface IXid
Properties
BranchQualifier
byte[] BranchQualifier { get; }
Property Value
- byte[]
FormatId
int FormatId { get; }
Property Value
GlobalTransactionId
byte[] GlobalTransactionId { get; }
Property Value
- byte[]