Click or drag to resize
MetaspaceGetSpaceState Method
Gets the state of the space.

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 SpaceDefSpaceState GetSpaceState(
	string spaceName
)

Parameters

spaceName
Type: SystemString
Name of the space.

Return Value

Type: SpaceDefSpaceState
Returns the space state of the specified space name
See Also