C# Class BookSleeve.RedisMessage.RedisParameter

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

Méthodes publiques

Méthode Description
Range ( double value, bool inclusive ) : RedisParameter
Range ( long value, bool inclusive ) : RedisParameter
Write ( Stream stream ) : void

Method Details

Range() public static méthode

public static Range ( double value, bool inclusive ) : RedisParameter
value double
inclusive bool
Résultat RedisParameter

Range() public static méthode

public static Range ( long value, bool inclusive ) : RedisParameter
value long
inclusive bool
Résultat RedisParameter

Write() public abstract méthode

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