ServerChannelReleaseHold Method |
Releases the hold on this server so it can continue to receive
messages.
Namespace:
OBCOM.NetClient
Assembly:
OBCOM.NetClient (in OBCOM.NetClient.dll) Version: 40.82.5945.17884 (40.82.5945.17884)
Syntaxpublic void ReleaseHold()
RemarksWhen an application server is on hold, OBCOM NetServer
stops sending messages until this hold is released. An
application server can enter a hold state in following
situations:
- At the begining, when the communication channel has been established
with OBCOM NetServer. In other words, server applications start in a
hold state.
- When the application server sends a transaction reply message
executing a SendReply(Object, Int32) method call with the
(third) argument set to true.
- When the SendError(String, String) method is used to report an
internal error to the NetServer.
See Also