BrowserDefDistributionScope Enumeration |
Browser distribution scope
Namespace: Com.Tibco.As.Space.BrowserAssembly: TIBCO.ActiveSpaces.Common (in TIBCO.ActiveSpaces.Common.dll) Version: 2.0.0.0 (2.1.5.12)
Syntaxpublic enum DistributionScope
Public Enumeration DistributionScope
public enum class DistributionScope
Members
| Member name | Value | Description |
---|
| ALL | 0 | Browse through all the entries in Space. |
| SEEDED | 1 | Browse only through the entries in Space that are seeded by this Member
(will be empty unless the Member is a seeder on the Space). EventBrowser created with this
distribution scope may deliver SEED and UNSEED events.
|
See Also