DistributionRole Enumeration |
Distribution role
Namespace: Com.Tibco.As.SpaceAssembly: TIBCO.ActiveSpaces.Common (in TIBCO.ActiveSpaces.Common.dll) Version: 2.0.0.0 (2.1.5.12)
Syntaxpublic enum DistributionRole
Public Enumeration DistributionRole
public enum class DistributionRole
Members
| Member name | Value | Description |
---|
| NO_ROLE | 0 |
No role
|
| LEECH | 1 |
The Member is not willing to store any entries put into the Space by any Member.
There must be at least one Member joined as seeder, in order for Space operations to succeed.
|
| SEEDER | 3 |
The Member is willing to store (seed) entries put into the Space by any Member.
|
See Also