C# Class BookSleeve.LockMessage

Inheritance: RedisMessage, IMultiMessage
Datei anzeigen Open project: Malediction/Booksleeve

Public Methods

Method Description
LockMessage ( int db, string key, string value, int timeout ) : System
Write ( Stream stream ) : void

Private Methods

Method Description
Complete ( RedisResult result ) : void
GetErrorMessage ( AggregateException ex ) : string
IMultiMessage ( BookSleeve.RedisConnectionBase connection, int &currentDb ) : void

Method Details

LockMessage() public method

public LockMessage ( int db, string key, string value, int timeout ) : System
db int
key string
value string
timeout int
return System

Write() public method

public Write ( Stream stream ) : void
stream Stream
return void