Click or drag to resize

ServerChannelCommitTransaction Method

Called after a transaction request has been successfuly processed by the ProcessTransaction(String, Message) method.

Namespace:  OBCOM.NetClient
Assembly:  OBCOM.NetClient (in OBCOM.NetClient.dll) Version: 40.82.5945.17884 (40.82.5945.17884)
Syntax
public virtual void CommitTransaction(
	string name,
	Object context
)

Parameters

name
Type: SystemString
The name of the transaction.
context
Type: SystemObject
The user-defined context object returned by the BeginTransaction(String, Message) method.
Remarks
This method should execute termination logic common to all successful transactions, such performing a database commit.
See Also