Connection process events are raised while processing a message. This callback type is the most frequently used. A process delegate method is called for every of message received. When any message of any type is processed by calling process or mainLoop, the process callback is called.
The event handler receives an argument of type TipcMsgEventArgs containing data related to this event. The following TipcMsgEventArgs property provides information specific to this event.
Property | Description |
---|---|
Msg | Retrieves the TipcMsg from the event arg object. |
TipcConnClient Class | TipcConnClient Members | TIBCO.SMARTSOCKETS Namespace