Spring GemFire 1.0.1 API Reference

ClientRegionFactoryObject.CacheListeners Property

Gets or sets the cache listener.

[Visual Basic]
Public WriteOnly Property CacheListeners() As ICacheListener
   Public Set
   End Set
End Property
[C#]
public ICacheListener[] CacheListeners { public set; }

Property Value

The cache listener.

Remarks

Sets the cache listeners used for the region used by this factory. Used only when a new region is created.Overrides the settings specified through Attributes

See Also

ClientRegionFactoryObject Class | Spring.Data.GemFire Namespace