C# Class Redu.Transaction

Inheritance: MessageQueue
显示文件 Open project: arccoza/redu

Protected Properties

Property Type Description
IsInitial bool
IsInitialLocker object
IsSealed bool
SendingData bool

Public Methods

Method Description
Close ( ) : MessageQueueBase>
Discard ( ) : MessageQueueBase>
Execute ( ) : MessageQueueBase>
Open ( ) : MessageQueueBase>
Queue ( byte msg, Action callback ) : MessageQueueBase>
Transaction ( RedisConnection connection, bool pipelined = false, bool reusable = false ) : System
Unwatch ( ) : MessageQueueBase>
WATCH ( ICollection keys ) : byte[]
Watch ( ICollection keys ) : MessageQueueBase>

Protected Methods

Method Description
CheckIsSealed ( ) : void

Method Details

CheckIsSealed() protected method

protected CheckIsSealed ( ) : void
return void

Close() public method

public Close ( ) : MessageQueueBase>
return MessageQueueBase>

Discard() public method

public Discard ( ) : MessageQueueBase>
return MessageQueueBase>

Execute() public method

public Execute ( ) : MessageQueueBase>
return MessageQueueBase>

Open() public method

public Open ( ) : MessageQueueBase>
return MessageQueueBase>

Queue() public method

public Queue ( byte msg, Action callback ) : MessageQueueBase>
msg byte
callback Action
return MessageQueueBase>

Transaction() public method

public Transaction ( RedisConnection connection, bool pipelined = false, bool reusable = false ) : System
connection RedisConnection
pipelined bool
reusable bool
return System

Unwatch() public method

public Unwatch ( ) : MessageQueueBase>
return MessageQueueBase>

WATCH() public static method

public static WATCH ( ICollection keys ) : byte[]
keys ICollection
return byte[]

Watch() public method

public Watch ( ICollection keys ) : MessageQueueBase>
keys ICollection
return MessageQueueBase>

Property Details

IsInitial protected_oe property

protected bool IsInitial
return bool

IsInitialLocker protected_oe property

protected object IsInitialLocker
return object

IsSealed protected_oe property

protected bool IsSealed
return bool

SendingData protected_oe property

protected bool SendingData
return bool