C# Class BookSleeve.RedisMessage

Afficher le fichier Open project: Malediction/Booksleeve Class Usage Examples

Méthodes publiques

Méthode Description
Create ( int db, RedisLiteral command ) : RedisMessage
Create ( int db, RedisLiteral command, RedisParameter arg0 ) : RedisMessage
Create ( int db, RedisLiteral command, RedisParameter arg0, RedisParameter arg1 ) : RedisMessage
Create ( int db, RedisLiteral command, RedisParameter arg0, RedisParameter arg1, RedisParameter arg2 ) : RedisMessage
Create ( int db, RedisLiteral command, RedisParameter arg0, RedisParameter arg1, RedisParameter arg2, RedisParameter arg3 ) : RedisMessage
Create ( int db, RedisLiteral command, string arg0 ) : RedisMessage
Create ( int db, RedisLiteral command, string arg0, string arg1 ) : RedisMessage
Critical ( ) : RedisMessage
Expect ( RedisLiteral result ) : RedisMessage
ExpectOk ( ) : RedisMessage
ToString ( ) : string
Write ( Stream stream ) : void

Méthodes protégées

Méthode Description
RedisMessage ( int db, RedisLiteral command ) : System
WriteCommand ( Stream stream, int argCount ) : void
WriteRaw ( Stream stream, long value ) : void
WriteUnified ( Stream stream, RedisLiteral value ) : void
WriteUnified ( Stream stream, byte value ) : void
WriteUnified ( Stream stream, double value ) : void
WriteUnified ( Stream stream, long value ) : void
WriteUnified ( Stream stream, string value ) : void

Private Methods

Méthode Description
ChangeState ( MessageState from, MessageState to ) : bool
Complete ( RedisResult result ) : void
RedisMessage ( ) : System
SetMessageResult ( IMessageResult messageResult ) : void
ToString ( double value ) : string
ToString ( long value ) : string

Method Details

Create() public static méthode

public static Create ( int db, RedisLiteral command ) : RedisMessage
db int
command RedisLiteral
Résultat RedisMessage

Create() public static méthode

public static Create ( int db, RedisLiteral command, RedisParameter arg0 ) : RedisMessage
db int
command RedisLiteral
arg0 RedisParameter
Résultat RedisMessage

Create() public static méthode

public static Create ( int db, RedisLiteral command, RedisParameter arg0, RedisParameter arg1 ) : RedisMessage
db int
command RedisLiteral
arg0 RedisParameter
arg1 RedisParameter
Résultat RedisMessage

Create() public static méthode

public static Create ( int db, RedisLiteral command, RedisParameter arg0, RedisParameter arg1, RedisParameter arg2 ) : RedisMessage
db int
command RedisLiteral
arg0 RedisParameter
arg1 RedisParameter
arg2 RedisParameter
Résultat RedisMessage

Create() public static méthode

public static Create ( int db, RedisLiteral command, RedisParameter arg0, RedisParameter arg1, RedisParameter arg2, RedisParameter arg3 ) : RedisMessage
db int
command RedisLiteral
arg0 RedisParameter
arg1 RedisParameter
arg2 RedisParameter
arg3 RedisParameter
Résultat RedisMessage

Create() public static méthode

public static Create ( int db, RedisLiteral command, string arg0 ) : RedisMessage
db int
command RedisLiteral
arg0 string
Résultat RedisMessage

Create() public static méthode

public static Create ( int db, RedisLiteral command, string arg0, string arg1 ) : RedisMessage
db int
command RedisLiteral
arg0 string
arg1 string
Résultat RedisMessage

Critical() public méthode

public Critical ( ) : RedisMessage
Résultat RedisMessage

Expect() public méthode

public Expect ( RedisLiteral result ) : RedisMessage
result RedisLiteral
Résultat RedisMessage

ExpectOk() public méthode

public ExpectOk ( ) : RedisMessage
Résultat RedisMessage

RedisMessage() protected méthode

protected RedisMessage ( int db, RedisLiteral command ) : System
db int
command RedisLiteral
Résultat System

ToString() public méthode

public ToString ( ) : string
Résultat string

Write() public abstract méthode

public abstract Write ( Stream stream ) : void
stream Stream
Résultat void

WriteCommand() protected méthode

protected WriteCommand ( Stream stream, int argCount ) : void
stream Stream
argCount int
Résultat void

WriteRaw() protected static méthode

protected static WriteRaw ( Stream stream, long value ) : void
stream Stream
value long
Résultat void

WriteUnified() protected static méthode

protected static WriteUnified ( Stream stream, RedisLiteral value ) : void
stream Stream
value RedisLiteral
Résultat void

WriteUnified() protected static méthode

protected static WriteUnified ( Stream stream, byte value ) : void
stream Stream
value byte
Résultat void

WriteUnified() protected static méthode

protected static WriteUnified ( Stream stream, double value ) : void
stream Stream
value double
Résultat void

WriteUnified() protected static méthode

protected static WriteUnified ( Stream stream, long value ) : void
stream Stream
value long
Résultat void

WriteUnified() protected static méthode

protected static WriteUnified ( Stream stream, string value ) : void
stream Stream
value string
Résultat void