C# Класс Spring.Data.GemFire.AllKeysInterest

Basic holder class for registering an all-key based interest in cached data.
Наследование: IInterest
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
durable bool
policy InterestResultPolicy

Открытые методы

Метод Описание
AllKeysInterest ( )

Initializes a new instance of the AllKeysInterest class.

AllKeysInterest ( InterestResultPolicy policy )

Initializes a new instance of the AllKeysInterest class.

AllKeysInterest ( InterestResultPolicy policy, bool durable )

Initializes a new instance of the AllKeysInterest 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.

AllKeysInterest ( bool durable )

Initializes a new instance of the AllKeysInterest 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.

Описание методов

AllKeysInterest() публичный Метод

Initializes a new instance of the AllKeysInterest class.
public AllKeysInterest ( )

AllKeysInterest() публичный Метод

Initializes a new instance of the AllKeysInterest class.
public AllKeysInterest ( InterestResultPolicy policy )
policy InterestResultPolicy The policy.

AllKeysInterest() публичный Метод

Initializes a new instance of the AllKeysInterest 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.
public AllKeysInterest ( InterestResultPolicy policy, bool durable )
policy InterestResultPolicy The policy.
durable bool if set to true register durable interest.

AllKeysInterest() публичный Метод

Initializes a new instance of the AllKeysInterest 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.
public AllKeysInterest ( bool durable )
durable bool if set to true register durable interest.

ToString() публичный Метод

Returns a System.String that represents this instance.
public ToString ( ) : string
Результат string

Описание свойств

durable защищенное свойство

protected bool durable
Результат bool

policy защищенное свойство

protected InterestResultPolicy policy
Результат InterestResultPolicy