Méthode | Description | |
---|---|---|
Dispose ( ) : void |
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
|
|
RedisQueueWorkSubRpc ( IRedisConnection connection, |
Initializes a new instance of the RedisQueueWorkSubRpc class.
|
|
Reset ( ) : void |
Resets this instance.
|
|
Wait ( System.TimeSpan timeout ) : bool |
Waits until a notification is received, or until the timeout is reached
|
Méthode | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Releases unmanaged and - optionally - managed resources.
|
|
ThrowIfDisposed ( [ name = "" ) : void |
Throws an exception if this instance has been disposed.
|
Méthode | Description | |
---|---|---|
Handler ( RedisChannel redisChannel, RedisValue redisValue ) : void |
Handlers the specified redis channel.
|
|
Setup ( ) : void |
Setups this instance.
|
|
SubscribeForNotification ( ) : void |
Subscribes for notification.
|
protected Dispose ( bool disposing ) : void | ||
disposing | bool | |
Résultat | void |
public RedisQueueWorkSubRpc ( IRedisConnection connection, |
||
connection | IRedisConnection | The connection. |
redisNames | The redis names. | |
cancelWork | IQueueCancelWork | The cancel work. |
messageId | IMessageId | The message identifier. |
Résultat | System |
protected ThrowIfDisposed ( [ name = "" ) : void | ||
name | [ | The name. |
Résultat | void |
public Wait ( System.TimeSpan timeout ) : bool | ||
timeout | System.TimeSpan | The timeout. Null means no timeout. |
Résultat | bool |