GigaSpaces XAP.NET Documentation
CreateSpaceProxy Method (config)
Class LibraryGigaSpaces.XAP.ProcessingUnit.ContainersProcessingUnitContainerCreateSpaceProxy(SpaceProxyConfigurationElement)
Creates a managed space proxy using the specified configuration element.
Declaration Syntax
C#Visual BasicVisual C++J#
protected ISpaceProxy CreateSpaceProxy(
	SpaceProxyConfigurationElement config
)
Protected Function CreateSpaceProxy ( _
	config As SpaceProxyConfigurationElement _
) As ISpaceProxy
protected:
ISpaceProxy^ CreateSpaceProxy(
	SpaceProxyConfigurationElement^ config
)
protected ISpaceProxy CreateSpaceProxy(
	SpaceProxyConfigurationElement config
)
Parameters
config (SpaceProxyConfigurationElement)
Configuration to use for locating the space
Return Value
A space proxy to the located space

Assembly: GigaSpaces.Core (Module: GigaSpaces.Core) Version: 10.0.0.0 (10.0.1.11800)