GigaSpaces XAP.NET Documentation
Mirrored Property
Class LibraryGigaSpaces.CoreEmbeddedSpaceFactoryMirrored
Gets or sets whether this embedded space should replicate its activity to a mirror component.
Declaration Syntax
C#Visual BasicVisual C++J#
public Nullable<bool> Mirrored { get; set; }
Public Property Mirrored As Nullable(Of Boolean)
public:
property Nullable<bool> Mirrored {
	Nullable<bool> get ();
	void set (Nullable<bool> value);
}
/** @property */
public Nullable<boolean> get_Mirrored()
/** @property */
public  void set_Mirrored(Nullable<boolean> value)

Assembly: GigaSpaces.Core (Module: GigaSpaces.Core) Version: 12.1.0.0 (12.1.0.17000)