Find the space specified by the url.

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