GigaSpaces XAP.NET Documentation
CreateSpaceProxy Method (name, url, spaceConfig)
Class LibraryGigaSpaces.XAP.ProcessingUnit.Containers.BasicContainerBasicProcessingUnitContainerCreateSpaceProxy(String, String, SpaceConfig)
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) instead.")]
public ISpaceProxy CreateSpaceProxy(
	string name,
	string url,
	SpaceConfig spaceConfig
)
<ObsoleteAttribute("Since 10.0 - Use CreateEmbeddedSpace(EmbeddedSpaceFactory) instead.")> _
Public Function CreateSpaceProxy ( _
	name As String, _
	url As String, _
	spaceConfig As SpaceConfig _
) As ISpaceProxy
[ObsoleteAttribute(L"Since 10.0 - Use CreateEmbeddedSpace(EmbeddedSpaceFactory) instead.")]
public:
ISpaceProxy^ CreateSpaceProxy(
	String^ name, 
	String^ url, 
	SpaceConfig^ spaceConfig
)
/** @attribute ObsoleteAttribute("Since 10.0 - Use CreateEmbeddedSpace(EmbeddedSpaceFactory) instead.") */
public ISpaceProxy CreateSpaceProxy(
	String name,
	String url,
	SpaceConfig spaceConfig
)
Parameters
name (String)
Space proxy name.
url (String)
Space proxy creation url.
spaceConfig (SpaceConfig)
Space proxy configuration.
Return Value
Space proxy.

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