Click or drag to resize

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)
Syntax
public void ReleaseHold()
Remarks

When 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:

  1. At the begining, when the communication channel has been established with OBCOM NetServer. In other words, server applications start in a hold state.
  2. When the application server sends a transaction reply message executing a SendReply(Object, Int32) method call with the
    hold
    (third) argument set to true.
  3. When the SendError(String, String) method is used to report an internal error to the NetServer.
See Also