Click or drag to resize
MetaspaceGetSpaceRemoteMembers Method
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.1.5.12)
Syntax
public abstract ICollection<Member> GetSpaceRemoteMembers(
	string spacename
)

Parameters

spacename
Type: SystemString
Name of the Space

Return Value

Type: ICollectionMember
The collection of Remote Member from the space
See Also