Property | Type | Description | |
---|---|---|---|
durable | bool | ||
policy | InterestResultPolicy |
Method | Description | |
---|---|---|
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.
|
public AllKeysInterest ( InterestResultPolicy policy ) | ||
policy | InterestResultPolicy | The policy. |
public AllKeysInterest ( InterestResultPolicy policy, bool durable ) | ||
policy | InterestResultPolicy | The policy. |
durable | bool | if set to |
public AllKeysInterest ( bool durable ) | ||
durable | bool | if set to |