Return the collection of Member from the metaspace

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

Syntax

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

Field Value

The list of all members currently connected to the metaspace

See Also