Create a space proxy which its lifecycle is managed by the container.
The caller does not need to take care of shutting down or disposing the proxy when the container is disposing.

C# | Visual Basic | Visual C++ | J# |
public ISpaceProxy CreateSpaceProxy( string name, string url )
Public Function CreateSpaceProxy ( _ name As String, _ url As String _ ) As ISpaceProxy
public: ISpaceProxy^ CreateSpaceProxy( String^ name, String^ url )
public ISpaceProxy CreateSpaceProxy( String name, String url )

Space proxy.