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

Assembly: GigaSpaces.Core (Module: GigaSpaces.Core) Version: 14.2.0.0 (14.2.0.20400)