ServerChannelCommitTransaction Method |
Namespace:
OBCOM.NetClient
Assembly:
OBCOM.NetClient (in OBCOM.NetClient.dll) Version: 40.82.5945.17884 (40.82.5945.17884)
Syntaxpublic virtual void CommitTransaction(
string name,
Object context
)
Public Overridable Sub CommitTransaction (
name As String,
context As Object
)
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