Click or drag to resize
MemberProxies Property
The list of proxies for this member (for remote client members only)

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 abstract IEnumerable<Member> Proxies { get; }

Property Value

Type: IEnumerableMember
The list of members that the remote client is connected to. NULL for peer members
See Also