C# 클래스 BookSleeve.RedisMessage

파일 보기 프로젝트 열기: Malediction/Booksleeve 1 사용 예제들

공개 메소드들

메소드 설명
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

보호된 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
ChangeState ( MessageState from, MessageState to ) : bool
Complete ( RedisResult result ) : void
RedisMessage ( ) : System
SetMessageResult ( IMessageResult messageResult ) : void
ToString ( double value ) : string
ToString ( long value ) : string

메소드 상세

Create() 공개 정적인 메소드

public static Create ( int db, RedisLiteral command ) : RedisMessage
db int
command RedisLiteral
리턴 RedisMessage

Create() 공개 정적인 메소드

public static Create ( int db, RedisLiteral command, RedisParameter arg0 ) : RedisMessage
db int
command RedisLiteral
arg0 RedisParameter
리턴 RedisMessage

Create() 공개 정적인 메소드

public static Create ( int db, RedisLiteral command, RedisParameter arg0, RedisParameter arg1 ) : RedisMessage
db int
command RedisLiteral
arg0 RedisParameter
arg1 RedisParameter
리턴 RedisMessage

Create() 공개 정적인 메소드

public static Create ( int db, RedisLiteral command, RedisParameter arg0, RedisParameter arg1, RedisParameter arg2 ) : RedisMessage
db int
command RedisLiteral
arg0 RedisParameter
arg1 RedisParameter
arg2 RedisParameter
리턴 RedisMessage

Create() 공개 정적인 메소드

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
리턴 RedisMessage

Create() 공개 정적인 메소드

public static Create ( int db, RedisLiteral command, string arg0 ) : RedisMessage
db int
command RedisLiteral
arg0 string
리턴 RedisMessage

Create() 공개 정적인 메소드

public static Create ( int db, RedisLiteral command, string arg0, string arg1 ) : RedisMessage
db int
command RedisLiteral
arg0 string
arg1 string
리턴 RedisMessage

Critical() 공개 메소드

public Critical ( ) : RedisMessage
리턴 RedisMessage

Expect() 공개 메소드

public Expect ( RedisLiteral result ) : RedisMessage
result RedisLiteral
리턴 RedisMessage

ExpectOk() 공개 메소드

public ExpectOk ( ) : RedisMessage
리턴 RedisMessage

RedisMessage() 보호된 메소드

protected RedisMessage ( int db, RedisLiteral command ) : System
db int
command RedisLiteral
리턴 System

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

Write() 공개 추상적인 메소드

public abstract Write ( Stream stream ) : void
stream Stream
리턴 void

WriteCommand() 보호된 메소드

protected WriteCommand ( Stream stream, int argCount ) : void
stream Stream
argCount int
리턴 void

WriteRaw() 보호된 정적인 메소드

protected static WriteRaw ( Stream stream, long value ) : void
stream Stream
value long
리턴 void

WriteUnified() 보호된 정적인 메소드

protected static WriteUnified ( Stream stream, RedisLiteral value ) : void
stream Stream
value RedisLiteral
리턴 void

WriteUnified() 보호된 정적인 메소드

protected static WriteUnified ( Stream stream, byte value ) : void
stream Stream
value byte
리턴 void

WriteUnified() 보호된 정적인 메소드

protected static WriteUnified ( Stream stream, double value ) : void
stream Stream
value double
리턴 void

WriteUnified() 보호된 정적인 메소드

protected static WriteUnified ( Stream stream, long value ) : void
stream Stream
value long
리턴 void

WriteUnified() 보호된 정적인 메소드

protected static WriteUnified ( Stream stream, string value ) : void
stream Stream
value string
리턴 void