MetaspaceGetSpaceState Method |
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.1.5.12)
Syntaxpublic abstract SpaceDefSpaceState GetSpaceState(
string spaceName
)
Public MustOverride Function GetSpaceState (
spaceName As String
) As SpaceDefSpaceState
public:
virtual SpaceDefSpaceState GetSpaceState(
String^ spaceName
) abstract
abstract GetSpaceState :
spaceName : string -> SpaceDefSpaceState
Parameters
- spaceName
- Type: SystemString
Name of the space.
Return Value
Type:
SpaceDefSpaceStateReturns the space state of the specified space name
See Also