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.
Declaration Syntax
C# | Visual Basic | Visual C++ | J# |
[ObsoleteAttribute("Since 10.0 - Use CreateEmbeddedSpace(EmbeddedSpaceFactory) or CreateSpaceProxy(SpaceProxyFactory) instead.")] public ISpaceProxy CreateSpaceProxy( string name, string url )
<ObsoleteAttribute("Since 10.0 - Use CreateEmbeddedSpace(EmbeddedSpaceFactory) or CreateSpaceProxy(SpaceProxyFactory) instead.")> _ Public Function CreateSpaceProxy ( _ name As String, _ url As String _ ) As ISpaceProxy
[ObsoleteAttribute(L"Since 10.0 - Use CreateEmbeddedSpace(EmbeddedSpaceFactory) or CreateSpaceProxy(SpaceProxyFactory) instead.")] public: ISpaceProxy^ CreateSpaceProxy( String^ name, String^ url )
/** @attribute ObsoleteAttribute("Since 10.0 - Use CreateEmbeddedSpace(EmbeddedSpaceFactory) or CreateSpaceProxy(SpaceProxyFactory) instead.") */ public ISpaceProxy CreateSpaceProxy( String name, String url )
Parameters
- name (String)
- Space proxy name.
- url (String)
- Space proxy creation url.
Return Value
Space proxy.