GigaSpaces XAP.NET Documentation
CreateEmbeddedSpace Method (factory)
Class LibraryGigaSpaces.XAP.ProcessingUnit.ContainersProcessingUnitContainerCreateEmbeddedSpace(EmbeddedSpaceFactory)
Creates a managed embedded space using the specified factory.
Declaration Syntax
C#Visual BasicVisual C++J#
public ISpaceProxy CreateEmbeddedSpace(
	EmbeddedSpaceFactory factory
)
Public Function CreateEmbeddedSpace ( _
	factory As EmbeddedSpaceFactory _
) As ISpaceProxy
public:
ISpaceProxy^ CreateEmbeddedSpace(
	EmbeddedSpaceFactory^ factory
)
public ISpaceProxy CreateEmbeddedSpace(
	EmbeddedSpaceFactory factory
)
Parameters
factory (EmbeddedSpaceFactory)
Factory to use for creating the space
Return Value
A space proxy to the created space.

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