Click or drag to resize

ServerChannelProcessInit Method

Called when an Initialize or Reinitialize message is received from OBCOM NetServer.

Namespace:  OBCOM.NetClient
Assembly:  OBCOM.NetClient (in OBCOM.NetClient.dll) Version: 40.82.5945.17884 (40.82.5945.17884)
Syntax
public virtual void ProcessInit(
	bool initialize
)

Parameters

initialize
Type: SystemBoolean
true if an Initialize was received.
Remarks

An Initialize message is received just after the communication channel has been established. A Reinitialize message is received when a system operator executes the "reinit server" command from an NetServer console.

This method is meant to be overriden by classes that extend ServerChannel. This default implementation executes the ReleaseHold method to allow the server to receive transactions from OBCOM NetServer.

See Also