GigaSpaces XAP.NET Documentation
GetSpaceProxy Method (name)
Class LibraryGigaSpaces.XAP.ProcessingUnit.ContainersProcessingUnitContainerGetSpaceProxy(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: 12.3.0.0 (12.3.0.19000)