Find the space specified by the url.

C# | Visual Basic | Visual C++ | J# |
public ISpaceProxy FindSpace( string url )
Public Function FindSpace ( _ url As String _ ) As ISpaceProxy
public: virtual ISpaceProxy^ FindSpace( String^ url ) sealed
public final 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. |