GigaSpaces XAP.NET Documentation
FindSpace Method (url)
Class LibraryGigaSpaces.CoreGigaSpacesFactoryFindSpace(String)
Find the space specified by the url.
Declaration Syntax
C#Visual BasicVisual C++J#
public static ISpaceProxy FindSpace(
	string url
)
Public Shared Function FindSpace ( _
	url As String _
) As ISpaceProxy
public:
static ISpaceProxy^ FindSpace(
	String^ url
)
public static 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: 10.0.0.0 (10.0.1.11800)