Interaction Workspace 8.0.0 .NET Developer's Guide and API Reference
Subscribe Method (type, routingBase)
NamespacesGenesyslab.Desktop.Modules.Core.Model.RoutingBaseIRoutingBasedManagerSubscribe(Type, IRoutingBased)
Subscribes to a routing base.
Declaration Syntax
C#Visual BasicVisual C++
bool Subscribe(
	Type type,
	IRoutingBased routingBase
)
Function Subscribe ( _
	type As Type, _
	routingBase As IRoutingBased _
) As Boolean
bool Subscribe(
	Type^ type, 
	IRoutingBased^ routingBase
)
Parameters
type (Type)
The type.
routingBase (IRoutingBased)
The routing base.
Return Value
true if the subscription was successful; otherwise, false.

Assembly: Genesyslab.Desktop.Modules.Core (Module: Genesyslab.Desktop.Modules.Core) Version: 8.0.2.15 (8.0.002.15)