GigaSpaces XAP.NET Documentation
FindSpace Method (url, spaceConfig)
Class LibraryGigaSpaces.CoreSpaceProxyProviderFactoryFindSpace(String, SpaceConfig)
Find the space specified by the cluster info and url.
Declaration Syntax
C#Visual BasicVisual C++J#
[ObsoleteAttribute("Use GigaSpacesFactory.FindSpace() instead.")]
public ISpaceProxy FindSpace(
	string url,
	SpaceConfig spaceConfig
)
<ObsoleteAttribute("Use GigaSpacesFactory.FindSpace() instead.")> _
Public Function FindSpace ( _
	url As String, _
	spaceConfig As SpaceConfig _
) As ISpaceProxy
[ObsoleteAttribute(L"Use GigaSpacesFactory.FindSpace() instead.")]
public:
virtual ISpaceProxy^ FindSpace(
	String^ url, 
	SpaceConfig^ spaceConfig
) sealed
/** @attribute ObsoleteAttribute("Use GigaSpacesFactory.FindSpace() instead.") */
public final ISpaceProxy FindSpace(
	String url,
	SpaceConfig spaceConfig
)
Parameters
url (String)
The url of the requested space.
Remarks
Using semi-colon separated multiple URLs provides ability to define space search order. Search order is based on the URL location in the string starting the left side. i.e.:
CopyC#
“jini://mylookuphost/mycontainername/myspace; jini://*/*/otherspace;jini://mylookuphost/*/otherSpace2”
spaceConfig (SpaceConfig)
Space Config to start the space.
Return Value
A proxy connected to the space.

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