Gets the state of the space.
Namespace: Com.Tibco.As.SpaceAssembly: 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.