ClearAttributes method: IBInfo class
Syntax
ClearAttributes()
Description
Use this method to delete all attributes from an IBInfo object.
Note:
This method can be used for content-based routing only, typically in your implementation of the IRouter.OnRouteSend or IRouter.OnRouteReceive methods.
Parameters
None.
Returns
None.
Example
&MSG.IBInfo.ClearAttributes();
Related Topics