Click or drag to resize
MetaspaceListen Method (String, Listener, ListenerDef)
Return a listener on a space for receiving event notifications.

Namespace: Com.Tibco.As.Space
Assembly: TIBCO.ActiveSpaces.Common (in TIBCO.ActiveSpaces.Common.dll) Version: 2.0.0.0 (2.1.5.12)
Syntax
public abstract Listener Listen(
	string spaceName,
	Listener listener,
	ListenerDef listenerDef
)

Parameters

spaceName
Type: SystemString
Name of space to listen for events on
listener
Type: Com.Tibco.As.Space.ListenerListener
The callback listener which needs to be registered
listenerDef
Type: Com.Tibco.As.Space.ListenerListenerDef
ListenerDef can be supplied to specify the distribution and time scopes

Return Value

Type: Listener
The created Listener
See Also