Find the space specified by the url.

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

- url (String)
- The url of the requested space.
- spaceConfig (SpaceConfig)
- Space Config to start the space.
- securityContext (SecurityContext)
- The security context required in order to connect to the space

A proxy connected to the space.

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