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

Assembly: GigaSpaces.Core (Module: GigaSpaces.Core) Version: 10.1.0.0 (10.1.1.12800)