C# 클래스 Spring.Data.GemFire.AllKeysInterest

Basic holder class for registering an all-key based interest in cached data.
상속: IInterest
파일 보기 프로젝트 열기: spring-projects/spring-gemfire-net

보호된 프로퍼티들

프로퍼티 타입 설명
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