Returns a router on a space for receiving routing actions

Namespace: Com.Tibco.As.Space
Assembly: TIBCO.ActiveSpaces.Common (in TIBCO.ActiveSpaces.Common.dll) Version: 2.0.0.0 (2.4.0.001)

Syntax

C#
Router Router { set; }
Visual Basic
WriteOnly Property Router As Router
	Set
Visual C++
property Router^ Router {
	void set (Router^ value);
}
F#
abstract Router : Router with set

Property Value

Type: Router
The callback Router implementation which needs to be registered

See Also