Interface IXid
- Namespace
- Javax.Transaction.Xa
- Assembly
- MASES.JNet.dll
.NET interface skeleton to be manually developed following https://docs.oracle.com/en/java/javase/11/docs/api/java.transaction.xa/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[]