Find the space specified by the cluster info and url.

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

- url (String)
- The url of the requested space.
- spaceConfig (SpaceConfig)
- Space Config to start the space.

A proxy connected to the space.

Exception | Condition |
---|---|
FinderException | Unable to find requested space. |
IllegalSpaceConfigException | Illegal SpaceConfig was used. |