Click or drag to resize
ASCommonIsSystemSpace Method
Check whether the spaceName refers to a system space

Namespace: Com.Tibco.As.Space
Assembly: TIBCO.ActiveSpaces.Common (in TIBCO.ActiveSpaces.Common.dll) Version: 2.0.0.0 (2.1.5.12)
Syntax
public static bool IsSystemSpace(
	string spaceName
)

Parameters

spaceName
Type: SystemString
space name

Return Value

Type: Boolean
true if spaceName refers to a system else false
See Also