SmartSockets .NET Class Library

TipcConnClient.addErrorCb Method (TipcErrorCb, Int16, Object)

Adds an error callback class with given priority. The error callback is called when certian types of errors occur.

public virtual TipcCb addErrorCb(
   TipcErrorCb l,
   short priority,
   object arg
);

Parameters

l
The class to add
priority
The priority of the callback
arg
argument to pass to callback

Return Value

An opaque TipcCb object, used to remove the callback later.

See Also

TipcConnClient Class | TipcConnClient Members | TIBCO.SMARTSOCKETS Namespace | TipcConnClient.addErrorCb Overload List | TipcErrorCb


Copyright © TIBCO Software Inc. All rights reserved