SmartSockets .NET Class Library

TipcConnClient.lookupProcessCb Method (TipcProcessCb, Int32, Object)

Looks up callback for process message processing.

public virtual TipcCb lookupProcessCb(
   TipcProcessCb l,
   int mtNum,
   object arg
);

Parameters

l
The callback.
mtNum
The message type number 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, or the message type number does not refer to a valid message type.

See Also

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


Copyright © TIBCO Software Inc. All rights reserved