GigaSpaces XAP.NET Documentation
CreateSpaceProxy Method (name, url)
Class LibraryGigaSpaces.XAP.ProcessingUnit.Containers.BasicContainerBasicProcessingUnitContainerCreateSpaceProxy(String, String)
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 BasicVisual 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.

Assembly: GigaSpaces.Core (Module: GigaSpaces.Core) Version: 11.0.0.0 (11.0.0.14800)