Unsubscribes to a routing base.

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

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

true if you unsubscribed successfully; otherwise, false.