ASCommonIsSystemSpace Method |
Check whether the spaceName refers to a system space
Namespace: Com.Tibco.As.SpaceAssembly: TIBCO.ActiveSpaces.Common (in TIBCO.ActiveSpaces.Common.dll) Version: 2.0.0.0 (2.1.5.12)
Syntaxpublic static bool IsSystemSpace(
string spaceName
)
Public Shared Function IsSystemSpace (
spaceName As String
) As Boolean
public:
static bool IsSystemSpace(
String^ spaceName
)
static member IsSystemSpace :
spaceName : string -> bool
Parameters
- spaceName
- Type: SystemString
space name
Return Value
Type:
Booleantrue if spaceName refers to a system else false
See Also