forget Method (SQLServerXAResource)
Tells the resource manager to forget about a heuristically completed transaction branch.
Syntax
public void forget(javax.transaction.xa.Xid xid)
Parameters
xid
An Xid object.
Exceptions
javax.transaction.xa.XAException
Remarks
This forget method is specified by the forget method in the javax.transaction.xa.XAResource interface.
See Also
SQLServerXAResource Methods
SQLServerXAResource Members
SQLServerXAResource Class