Spring GemFire 1.0.1 API Reference

IInterest.Durable Property

Gets or sets a value indicating whether this AllKeysInterest is durable.

[Visual Basic]
Public MustOverride Property Durable() As Boolean
   Public Get
   End Get
   Public Set
   End Set
End Property
[C#]
public bool Durable { public get; public set; }

Property Value

true if durable; otherwise, false.

Remarks

The client can register any of its interest lists and continuous queries as durable. Durable interest remains even if the client disconnects for a period of time. During the client’s down time, the server maintains its durable subscriptions and then, when the client reconnects, plays them back to the client.

See Also

IInterest Interface | Spring.Data.GemFire Namespace