SmartSockets .NET Class Library

TipcSrv.TipcSrvDestroyEvent Event

Occurs when a connection to RTserver is destroyed.

Server destroy callbacks are called when an RTclient destroys its connection to the RTserver, leaving either a warm connection or no connection. Server destroy callbacks are the opposite of server create callbacks.

Server destroy handlers are useful for RTclients that need to know when the connection to the RTserver no longer has a valid socket, such as RTclients that are also GUI programs.

public event TipcSrvDestroyHandler TipcSrvDestroyEvent;

See Also

TipcSrv Class | TipcSrv Members | TIBCO.SMARTSOCKETS Namespace


Copyright © TIBCO Software Inc. All rights reserved