Return the collection of Remote Member from the metaspace

Namespace: Com.Tibco.As.Space
Assembly: TIBCO.ActiveSpaces.Common (in TIBCO.ActiveSpaces.Common.dll) Version: 2.0.0.0 (2.2.0.015)

Syntax

C#
public abstract ICollection<Member> MetaspaceRemoteMembers { get; }
Visual Basic
Public MustOverride ReadOnly Property MetaspaceRemoteMembers As ICollection(Of Member)
	Get
Visual C++
public:
virtual property ICollection<Member^>^ MetaspaceRemoteMembers {
	ICollection<Member^>^ get () abstract;
}
F#
abstract MetaspaceRemoteMembers : ICollection<Member> with get

Property Value

Type: ICollection<(Of <(<'Member>)>)>
The list of all remote clients currently connected to the metaspace

See Also