GigaSpaces XAP.Net Documentation
FindSpace Method (url, spaceConfig)
Class LibraryGigaSpaces.CoreISpaceProxyProviderFactoryFindSpace(String, SpaceConfig)
Find the space specified by the cluster info and url.
Declaration Syntax
C#Visual BasicVisual C++J#
ISpaceProxy FindSpace(
	string url,
	SpaceConfig spaceConfig
)
Function FindSpace ( _
	url As String, _
	spaceConfig As SpaceConfig _
) As ISpaceProxy
ISpaceProxy^ FindSpace(
	String^ url, 
	SpaceConfig^ spaceConfig
)
ISpaceProxy FindSpace(
	String url,
	SpaceConfig spaceConfig
)
Parameters
url (String)
The url of the requested space.
spaceConfig (SpaceConfig)
Space Config to start the space.
Return Value
A proxy connected to the space.
Exceptions
ExceptionCondition
FinderExceptionUnable to find requested space.
IllegalSpaceConfigExceptionIllegal SpaceConfig was used.

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