tibemsXAResource_Forget
Function
Purpose
Unimplemented.
C Declaration
tibems_status tibemsXAResource_Forget( tibemsXAResource xaResource, XID* xid );
COBOL Call
CALL "tibemsXAResource_Forget" USING BY VALUE xaResource, BY REFERENCE xid, RETURNING tibems-status END-CALL.
Note:
xaResource
and
xid
have usage pointer.
Parameters
Parameter | Description |
---|---|
xaResource
|
Forget the transaction in this resource. |
xid
|
Forget this transaction. |
Remarks
In the XA interface, the transaction manager can instruct a resource to forget a transaction.
However, this call is not implemented in EMS; it is present for completeness only.