Click or drag to resize
Router Interface
The router interface for calling router methods

Namespace: Com.Tibco.As.Space.Router
Assembly: TIBCO.ActiveSpaces.Common (in TIBCO.ActiveSpaces.Common.dll) Version: 2.0.0.0 (2.1.5.12)
Syntax
public interface Router

The Router type exposes the following members.

Methods
  NameDescription
Public methodOnAlter
Return the ActionResult object when the alter action occurs
Public methodOnClose
Return the ActionResult object when closing action occurs
Public methodOnOpen
Return the ActionResult object when opening action occurs
Public methodOnWrite
Return the ActionResult object when writing action occurs
Top
See Also