Connection read events are raised when an incoming message is read from a connection's socket into the read buffer and first unpacked into a message. Read events are most commonly used for writing incoming messages to message files.
The event handler receives an argument of type TipcReadEventArgs containing data related to this event. The following TipcReadEventArgs property provides information specific to this event.
Property | Description |
---|---|
Msg | Returns the message. |
TipcConnClient Class | TipcConnClient Members | TIBCO.SMARTSOCKETS Namespace