TipcDispatcherSrvRemove


Name

TipcDispatcherSrvRemove — remove an RTserver connection from a dispatcher

Synopsis

T_BOOL TipcDispatcherSrvRemove(dispatcher, srv) 
T_IPC_DISPATCHER dispatcher; 
T_IPC_SRV srv; 

Arguments

dispatcher — the dispatcher

srv — connection to the RTserver

Return Values

TRUE if the RTserver connection was successfully removed from a dispatcher, FALSE otherwise.

Diagnostics

If TipcDispatcherSrvRemove fails, it returns FALSE and sets the global SmartSockets error number to:

Description

TipcDispatcherSrvRemove removes an RTserver connection from a dispatcher.

Caution

None

See Also

TipcDispatcherSrvAdd, TipcDispatcherDispatch, TipcDispatcherMainLoop

Examples

This example removes an RTserver connection from a dispatcher:

 
if (!TipcDispatcherSrvRemove(dispatcher, srv)) { 
  return;  /* error */ 
} 

TIBCO SmartSockets™ Application Programming Interface
Software Release 6.8, July 2006
Copyright © TIBCO Software Inc. All rights reserved
www.tibco.com