Gets the state of the space.
Namespace: Com.Tibco.As.SpaceAssembly: TIBCO.ActiveSpaces.Common (in TIBCO.ActiveSpaces.Common.dll) Version: 2.0.0.0 (2.4.0.001)
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
|
Return Value
Type:
SpaceDef..::..SpaceStateReturns the space state of the specified space name
See Also