ListenerDefCreate Method (ListenerDefTimeScope) |
Return a new ListenerDef instance.
Namespace: Com.Tibco.As.Space.ListenerAssembly: TIBCO.ActiveSpaces.Common (in TIBCO.ActiveSpaces.Common.dll) Version: 2.0.0.0 (2.1.5.12)
Syntaxpublic static ListenerDef Create(
ListenerDefTimeScope timeScope
)
Public Shared Function Create (
timeScope As ListenerDefTimeScope
) As ListenerDef
public:
static ListenerDef^ Create(
ListenerDefTimeScope timeScope
)
static member Create :
timeScope : ListenerDefTimeScope -> ListenerDef
Parameters
- timeScope
- Type: Com.Tibco.As.Space.ListenerListenerDefTimeScope
ALL, SNAPSHOT, NEW and NEW_EVENTS
Return Value
Type:
ListenerDefA new ListenerDef instance
See Also