ListenerDefTimescope Property |
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.1.5.12)
Syntaxpublic abstract ListenerDefTimeScope Timescope { get; set; }
Public MustOverride Property Timescope As ListenerDefTimeScope
Get
Set
public:
virtual property ListenerDefTimeScope Timescope {
ListenerDefTimeScope get () abstract;
void set (ListenerDefTimeScope value) abstract;
}
abstract Timescope : ListenerDefTimeScope with get, set
Property Value
Type:
ListenerDefTimeScope
The timescope.
See Also