Метод | Описание | |
---|---|---|
Dispose ( ) : void |
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
|
|
RedisConnection ( IConnectionInformation connectionInformation ) : System |
Initializes a new instance of the RedisConnection class.
|
Метод | Описание | |
---|---|---|
Dispose ( bool disposing ) : void |
Releases unmanaged and - optionally - managed resources.
|
|
ThrowIfDisposed ( [ name = "" ) : void |
Throws an exception if this instance has been disposed.
|
Метод | Описание | |
---|---|---|
EnsureCreated ( ) : void |
Ensures that the connection has been opened. The connection will only be opened once |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | |
Результат | void |
public RedisConnection ( IConnectionInformation connectionInformation ) : System | ||
connectionInformation | IConnectionInformation | The connection information. |
Результат | System |
protected ThrowIfDisposed ( [ name = "" ) : void | ||
name | [ | The name. |
Результат | void |