Spring GemFire 1.0.1 API Reference

CacheFactoryObject.KeepAliveOnClose Property

Sets a value indicating whether to call cache.close(keepalive) which determines whether to keep a durable client's queue alive.

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

Property Value

true call keep alive on close; otherwise, false.

See Also

CacheFactoryObject Class | Spring.Data.GemFire Namespace