Click or drag to resize
DistributionRole Enumeration
Distribution role

Namespace: Com.Tibco.As.Space
Assembly: TIBCO.ActiveSpaces.Common (in TIBCO.ActiveSpaces.Common.dll) Version: 2.0.0.0 (2.1.5.12)
Syntax
public enum DistributionRole
Members
  Member nameValueDescription
NO_ROLE0 No role
LEECH1 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.
SEEDER3 The Member is willing to store (seed) entries put into the Space by any Member.
See Also