SmartSockets .NET Class Library

TipcDefaultCb Interface

The user interface for connection default callbacks.

Connection default callbacks are executed while processing a message if a process callback specific to the message type and/or destination has not been called. Default callbacks are useful for processing unexpected messages or for generic processing of most message types. For example, you have a client process to manage and display alarm messages. The only process callback you would want for that client process would be for messages of type "alarm". You could then write a default callback to process any other type of data received and display a warning.

For a list of all members of this type, see TipcDefaultCb Members.

public interface TipcDefaultCb

Requirements

Namespace: TIBCO.SMARTSOCKETS Namespace

Assembly: TIBCO.SS.dll

See Also

TipcDefaultCb Members | TIBCO.SMARTSOCKETS Namespace | addDefaultCb


Copyright © TIBCO Software Inc. All rights reserved