GigaSpaces XAP.Net Documentation
FindSpace Method (url)
Class LibraryGigaSpaces.CoreISpaceProxyProviderFactoryFindSpace(String)
Find the space specified by the url.
Declaration Syntax
C#Visual BasicVisual C++J#
ISpaceProxy FindSpace(
	string url
)
Function FindSpace ( _
	url As String _
) As ISpaceProxy
ISpaceProxy^ FindSpace(
	String^ url
)
ISpaceProxy FindSpace(
	String url
)
Parameters
url (String)
The url of the requested space.
Return Value
A proxy connected to the space.
Exceptions
ExceptionCondition
FinderExceptionUnable to find requested space.

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