SmartSockets .NET Class Library

TipcConnClient.TipcMsgEvent Event

Occurs when a message is processed.

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.

public event TipcMsgHandler TipcMsgEvent;

Event Data

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.

PropertyDescription
Msg Retrieves the TipcMsg from the event arg object.

See Also

TipcConnClient Class | TipcConnClient Members | TIBCO.SMARTSOCKETS Namespace


Copyright © TIBCO Software Inc. All rights reserved