 | ServerChannelReplyCompleted Method |
Called after an asynchronous reply message has been successfully
processed by a
ReplyHandler method.
Namespace:
OBCOM.NetSwitchLib.Servers
Assembly:
OBCOM.NetSwitchLib (in OBCOM.NetSwitchLib.dll) Version: 1.48.7760.35650 (1.48.7760.35650)
Syntaxprotected virtual void ReplyCompleted(
ReplyEvent reply
)
Protected Overridable Sub ReplyCompleted (
reply As ReplyEvent
)
Parameters
- reply
- Type: OBCOM.NetSwitchLib.ServersReplyEvent
Describes the reply event.
Exceptions
RemarksThis method should execute termination logic common to all
successful replies, such performing a database commit.
This method is meant to be overridden by classes that extend
ServerChannel. This default implementation does
nothing.
See Also