Return the space after joining it, if it is not already joined.
If it is already joined, the role will not be changed and a valid reference counted handle to the space will be returned.
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 abstract Space GetSpace(
string spaceName
) |
Visual Basic |
---|
Public MustOverride Function GetSpace (
spaceName As String
) As Space |
Visual C++ |
---|
public:
virtual Space^ GetSpace(
String^ spaceName
) abstract |
F# |
---|
abstract GetSpace :
spaceName : string -> Space
|
Return Value
Type:
SpaceThe space object.
See Also