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.4.0.001)
Syntax
C# |
---|
public static bool IsSystemSpace(
string spaceName
) |
Visual Basic |
---|
Public Shared Function IsSystemSpace (
spaceName As String
) As Boolean |
Visual C++ |
---|
public:
static bool IsSystemSpace(
String^ spaceName
) |
F# |
---|
static member IsSystemSpace :
spaceName : string -> bool
|
Return Value
Type:
Booleantrue if spaceName refers to a system else false
See Also