Phants Client for Redis™*
Public Member Functions | List of all members
XReadOptions Class Reference
Inheritance diagram for XReadOptions:
Inheritance graph
[legend]

Public Member Functions

void SetCount (int count)
 
void ClearCount ()
 
void SetBlock (int milliseconds)
 
void ClearBlock ()
 

Detailed Description

Options class used by the Xread() method.

Member Function Documentation

void ClearBlock ( )
inline

Clears/unsets the BLOCK modifier.

The BLOCK modifier will be omitted from the command.

void ClearCount ( )
inline

Clears/unsets the COUNT modifier.

The COUNT modifier will be omitted from the command.

void SetBlock ( int  milliseconds)
inline

Sets the BLOCK modifier.

Parameters
millisecondsThe BLOCK value, in milliseconds.
void SetCount ( int  count)
inline

Sets the COUNT modifier.

Parameters
countThe COUNT value to set.

The documentation for this class was generated from the following file: