Click or drag to resize
MetaspaceGetSpace Method (String)
Return the space after joining it, if it is not already joined. If it is already joined, the role will not be changed and a valid reference counted handle to the space will be returned.

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
)

Parameters

spaceName
Type: SystemString
Name of the space

Return Value

Type: Space
The space object.
See Also