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

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