ServerChannelBeginTransaction Method |
Namespace: OBCOM.NetClient
This method should execute initialization logic common to all transactions, such as starting a database transaction. The user-defined context object returned by this method is later supplied as an input argument to the CommitTransaction(String, Object) or RollbackTransaction(String, Object, Exception) methods.
This method is meant to be overriden by classes that extend ServerChannel. This default implementation does nothing and returns the request message.