Distribution role
Namespace: Com.Tibco.As.SpaceAssembly: TIBCO.ActiveSpaces.Common (in TIBCO.ActiveSpaces.Common.dll) Version: 2.0.0.0 (2.4.0.001)
Syntax
C# |
---|
public enum DistributionRole |
Visual Basic |
---|
Public Enumeration DistributionRole |
Visual C++ |
---|
public enum class DistributionRole |
F# |
---|
type 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. |