Return the time scope of the listener.
Namespace: Com.Tibco.As.Space.ListenerAssembly: TIBCO.ActiveSpaces.Common (in TIBCO.ActiveSpaces.Common.dll) Version: 2.0.0.0 (2.4.0.001)
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;
} |
F# |
---|
abstract Timescope : ListenerDef..::..TimeScope with get, set
|
Property Value
Type:
ListenerDef..::..TimeScope
The timescope.
See Also