Find the space specified by the cluster info and url.
            
| C# | Visual Basic | Visual C++ | J# | 
ISpaceProxy FindSpace( string url, SpaceConfig spaceConfig )
Function FindSpace ( _ url As String, _ spaceConfig As SpaceConfig _ ) As ISpaceProxy
ISpaceProxy^ FindSpace( String^ url, SpaceConfig^ spaceConfig )
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. | 
