GigaSpaces XAP.NET Documentation
GetSpaceProxy Method (name, owner)
Class LibraryGigaSpaces.XAP.ProcessingUnit.ContainersProcessingUnitContainerGetSpaceProxy(String, String)
Gets the space proxy associated with the specified name, or the default space proxy if name is not specified.
Declaration Syntax
C#Visual BasicVisual C++J#
protected ISpaceProxy GetSpaceProxy(
	string name,
	string owner
)
Protected Function GetSpaceProxy ( _
	name As String, _
	owner As String _
) As ISpaceProxy
protected:
ISpaceProxy^ GetSpaceProxy(
	String^ name, 
	String^ owner
)
protected ISpaceProxy GetSpaceProxy(
	String name,
	String owner
)
Parameters
name (String)
Name of space proxy to get
owner (String)
Name of owener to report in case no space proxy or ambigous proxies
Return Value
Space proxy associated with the specified name.

Assembly: GigaSpaces.Core (Module: GigaSpaces.Core) Version: 10.1.0.0 (10.1.1.12800)