SmartSockets .NET Class Library

TipcConnClient.lookupWriteCb Method (TipcWriteCb, TipcMt, Object)

Looks up callback for message writing.

public virtual TipcCb lookupWriteCb(
   TipcWriteCb l,
   TipcMt mt,
   object arg
);

Parameters

l
The callback.
mt
The message type being processed.
arg
The user-defined argument passed to the callback.

Return Value

The callback, or null if it doesn't exist.

Exceptions

Exception TypeCondition
TipcNotFoundException If the callback table is corrupt.

See Also

TipcConnClient Class | TipcConnClient Members | TIBCO.SMARTSOCKETS Namespace | TipcConnClient.lookupWriteCb Overload List


Copyright © TIBCO Software Inc. All rights reserved