Return the space after joining it, if it is not already joined.

Namespace: Com.Tibco.As.Space
Assembly: TIBCO.ActiveSpaces.Common (in TIBCO.ActiveSpaces.Common.dll) Version: 2.0.0.0 (2.2.0.015)

Syntax

C#
public abstract Space GetSpace(
	string spaceName,
	DistributionRole distributionRole
)
Visual Basic
Public MustOverride Function GetSpace ( 
	spaceName As String,
	distributionRole As DistributionRole
) As Space
Visual C++
public:
virtual Space^ GetSpace(
	String^ spaceName, 
	DistributionRole distributionRole
) abstract
F#
abstract GetSpace : 
        spaceName : string * 
        distributionRole : DistributionRole -> Space 

Parameters

spaceName
Type: System..::..String
Name of the Space
distributionRole
Type: Com.Tibco.As.Space..::..DistributionRole
DistributionRole can be either LEECH or SEEDER

Return Value

Type: Space
Return the space after joining it, if it is not already joined.

See Also