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.2.0.015)

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
F#
abstract GetSpaceState : 
        spaceName : string -> SpaceDef..::..SpaceState 

Parameters

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

Return Value

Type: SpaceDef..::..SpaceState
Returns the space state of the specified space name

See Also