LinkedTransaction.Rollback Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Roll back the transaction. First rolls back the IMS transaction, then aborts linked undo transaction.
public:
void Rollback();
public void Rollback ();
member this.Rollback : unit -> unit
Public Sub Rollback ()