GigaSpaces XAP.NET Documentation
GetSpaceProxy Method (name)
Class LibraryGigaSpaces.XAP.ProcessingUnit.Containers.BasicContainerBasicProcessingUnitContainerGetSpaceProxy(String)
Gets the space proxy associated with the specified name.
Declaration Syntax
C#Visual BasicVisual C++J#
public ISpaceProxy GetSpaceProxy(
	string name
)
Public Function GetSpaceProxy ( _
	name As String _
) As ISpaceProxy
public:
ISpaceProxy^ GetSpaceProxy(
	String^ name
)
public ISpaceProxy GetSpaceProxy(
	String name
)
Parameters
name (String)
Space proxy name.
Return Value
Space proxy associated with the specified name.

Assembly: GigaSpaces.Core (Module: GigaSpaces.Core) Version: 9.1.2.7920 (9.1.2.7920)