Gets the state of the space.

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 SpaceDef..::..SpaceState GetSpaceState(
	string spaceName
)
Visual Basic
Public MustOverride Function GetSpaceState ( _
	spaceName As String _
) As SpaceDef..::..SpaceState
Visual C++
public:
virtual SpaceDef..::..SpaceState GetSpaceState(
	String^ spaceName
) abstract

Parameters

spaceName
Type: System..::..String
Name of the space.

Return Value

Returns the space state of the specified space name

See Also