Find the space specified by the cluster info and url.
            
| C# | Visual Basic | Visual C++ | J# | 
public ISpaceProxy FindSpace( string url, SpaceConfig spaceConfig )
Public Function FindSpace ( _ url As String, _ spaceConfig As SpaceConfig _ ) As ISpaceProxy
public: virtual ISpaceProxy^ FindSpace( String^ url, SpaceConfig^ spaceConfig ) sealed
public final ISpaceProxy FindSpace( String url, SpaceConfig spaceConfig )
- url (String)
 - The url of the requested space.
 RemarksUsing semi-colon separated multiple URLs provides ability to define space search order. Search order is based on the URL location in the string starting the left side. i.e.:
CopyC#“jini://mylookuphost/mycontainername/myspace; jini://*/*/otherspace;jini://mylookuphost/*/otherSpace2” 
- spaceConfig (SpaceConfig)
 - Space Config to start the space.
 
A proxy connected to the space.
