Listener distribution scope
Namespace: Com.Tibco.As.Space.ListenerAssembly: TIBCO.ActiveSpaces.Common (in TIBCO.ActiveSpaces.Common.dll) Version: 2.0.0.0 (2.2.0.015)
Syntax
| C# |
|---|
public enum DistributionScope |
| Visual Basic |
|---|
Public Enumeration DistributionScope |
| Visual C++ |
|---|
public enum class DistributionScope |
| F# |
|---|
type DistributionScope |
Members
| Member name | Value | Description | |
|---|---|---|---|
| ALL | 0 | Listens to event related to all the entries in Space. | |
| SEEDED | 1 | Listen only to events associated with the entries in Space that are seeded by this Member (will be empty unless the Member is a seeder on the Space). Listeners created with this distribution scope can also deliver SEED and UNSEED events. |