Method | Description | |
---|---|---|
Dispose ( ) : void |
Disposes of the transaction.
|
|
EnlistVolatile ( IEnlistmentNotification p_entResourceManager, EnlistmentOptions p_eopOptions ) : void |
Enlists a resource manager in this transaction.
|
|
Rollback ( ) : void |
Tells the participating resource managers to rollback their changes.
|
Method | Description | |
---|---|---|
NotifyInDoubt ( ) : void |
Tells the participating resource managers that the transaction status is in doubt.
|
Method | Description | |
---|---|---|
Commit ( ) : void |
Tells al participanting resource managers to commit their changes.
|
|
Prepare ( ) : bool |
Prepares the enlisted resource managers for committal.
|
public EnlistVolatile ( IEnlistmentNotification p_entResourceManager, EnlistmentOptions p_eopOptions ) : void | ||
p_entResourceManager | IEnlistmentNotification | |
p_eopOptions | EnlistmentOptions | The enlistment options. This value must be |
return | void |