Spring GemFire 1.0.1 API Reference

RegionAttributesFactoryObject.ClientNotification Property

Sets the client notification to be enabled/disabled.

[Visual Basic]
Public WriteOnly Property ClientNotification() As Nullable(Of Boolean)
   Public Set
   End Set
End Property
[C#]
public bool? ClientNotification { public set; }

Property Value

The client notification enabled.

Remarks

Ttrue if client notifications have to be enabled; false otherwise

See Also

RegionAttributesFactoryObject Class | Spring.Data.GemFire Namespace