Subscribes to a routing base.

C# | Visual Basic | Visual C++ |
bool Subscribe( Type type, IRoutingBased routingBase )
Function Subscribe ( _ type As Type, _ routingBase As IRoutingBased _ ) As Boolean
bool Subscribe( Type^ type, IRoutingBased^ routingBase )

- type (Type)
- The type.
- routingBase (IRoutingBased)
- The routing base.

true if the subscription was successful; otherwise, false.