Find the space specified by the url.

C# | Visual Basic | Visual C++ | J# |
[ObsoleteAttribute("Use GigaSpacesFactory.FindSpace() instead.")] ISpaceProxy FindSpace( string url )
<ObsoleteAttribute("Use GigaSpacesFactory.FindSpace() instead.")> _ Function FindSpace ( _ url As String _ ) As ISpaceProxy
[ObsoleteAttribute(L"Use GigaSpacesFactory.FindSpace() instead.")] ISpaceProxy^ FindSpace( String^ url )
/** @attribute ObsoleteAttribute("Use GigaSpacesFactory.FindSpace() instead.") */ ISpaceProxy FindSpace( String url )

- url (String)
- The url of the requested space.

A proxy connected to the space.

Exception | Condition |
---|---|
FinderException | Unable to find requested space. |