Méthode | Description | |
---|---|---|
AfterPropertiesSet ( ) : void | ||
KeyInterest ( ) : GemStone.GemFire.Cache |
Initializes a new instance of the KeyInterest class.
|
|
KeyInterest ( ICacheableKey keys ) : GemStone.GemFire.Cache |
Initializes a new instance of the KeyInterest class.
|
|
KeyInterest ( ICacheableKey keys, InterestResultPolicy policy ) : GemStone.GemFire.Cache |
Initializes a new instance of the KeyInterest class.
|
|
KeyInterest ( ICacheableKey keys, InterestResultPolicy policy, bool durable ) : GemStone.GemFire.Cache |
Initializes a new instance of the KeyInterest class. 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. |
|
KeyInterest ( ICacheableKey keys, bool durable ) : GemStone.GemFire.Cache |
Initializes a new instance of the KeyInterest class. 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. |
|
ToString ( ) : string |
Returns a System.String that represents this instance.
|
public KeyInterest ( ) : GemStone.GemFire.Cache | ||
Résultat | GemStone.GemFire.Cache |
public KeyInterest ( ICacheableKey keys ) : GemStone.GemFire.Cache | ||
keys | ICacheableKey | The keys. |
Résultat | GemStone.GemFire.Cache |
public KeyInterest ( ICacheableKey keys, InterestResultPolicy policy ) : GemStone.GemFire.Cache | ||
keys | ICacheableKey | The keys. |
policy | InterestResultPolicy | The policy. |
Résultat | GemStone.GemFire.Cache |
public KeyInterest ( ICacheableKey keys, InterestResultPolicy policy, bool durable ) : GemStone.GemFire.Cache | ||
keys | ICacheableKey | The keys. |
policy | InterestResultPolicy | The policy. |
durable | bool | if set to |
Résultat | GemStone.GemFire.Cache |
public KeyInterest ( ICacheableKey keys, bool durable ) : GemStone.GemFire.Cache | ||
keys | ICacheableKey | The keys. |
durable | bool | if set to |
Résultat | GemStone.GemFire.Cache |