SmartSockets .NET Class Library

TipcConnClient.TipcWriteEvent Event

Occurs when a message is written to a connection.

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.

public event TipcWriteHandler TipcWriteEvent;

Event Data

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.

PropertyDescription
Msg Returns message of the TipcWriteHandler

See Also

TipcConnClient Class | TipcConnClient Members | TIBCO.SMARTSOCKETS Namespace


Copyright © TIBCO Software Inc. All rights reserved