Provides a default listener definition object that can be used when you need a Distribution scope all and
only new events.
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 static ListenerDef Default { get; } |
Visual Basic |
---|
Public Shared ReadOnly Property Default As ListenerDef
Get |
Visual C++ |
---|
public:
static property ListenerDef^ Default {
ListenerDef^ get ();
} |
F# |
---|
static member Default : ListenerDef with get
|
Property Value
Type:
ListenerDefThe default ListenerDef
See Also