Connection write events are raised when an outgoing message is sent to a connection (that is, copied to a connection's write buffer). Write events are most commonly used for writing outgoing messages to message files.
The event handler receives an argument of type TipcWriteEventArgs containing data related to this event. The following TipcWriteEventArgs property provides information specific to this event.
Property | Description |
---|---|
Msg | Returns message of the TipcWriteHandler |
TipcConnClient Class | TipcConnClient Members | TIBCO.SMARTSOCKETS Namespace