Return the time scope of the listener.

Namespace: Com.Tibco.As.Space.Listener
Assembly: TIBCO.ActiveSpaces.Common (in TIBCO.ActiveSpaces.Common.dll) Version: 2.1.0.0 (2.1)

Syntax

C#
public abstract ListenerDef..::..TimeScope Timescope { get; set; }
Visual Basic
Public MustOverride Property Timescope As ListenerDef..::..TimeScope
	Get
	Set
Visual C++
public:
virtual property ListenerDef..::..TimeScope Timescope {
	ListenerDef..::..TimeScope get () abstract;
	void set (ListenerDef..::..TimeScope value) abstract;
}

Field Value

The timescope.

See Also