Sets the mirror type for the next RegionAttributes created.
Namespace: GemStone.GemFire.Cache
Assembly: GemStone.GemFire.Cache (in GemStone.GemFire.Cache.dll)
Version: 2.5.0.1
Syntax
| C# |
|---|
public void SetMirroring( bool mirroring ) |
| Visual Basic (Declaration) |
|---|
Public Sub SetMirroring ( _ mirroring As Boolean _ ) |
| Visual C++ |
|---|
public: void SetMirroring ( bool mirroring ) |
Parameters
- mirroring
- Boolean
Enable/disable mirroring for the region
See Also
AttributesFactory Class
GemStone.GemFire.Cache Namespace