Click or drag to resize
MetaspaceGetSpace Method (String, SpaceMemberDef)
Return the space after joining it with the specified spaceMemberDef, if it is not already joined.

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 Space GetSpace(
	string spaceName,
	SpaceMemberDef spaceMemberDef
)

Parameters

spaceName
Type: SystemString
Name of the Space
spaceMemberDef
Type: Com.Tibco.As.SpaceSpaceMemberDef
The space member def.

Return Value

Type: Space
Return the space after joining it, if it is not already joined.
See Also