C# Class InfinityMQ.BufferSize

Afficher le fichier Open project: cbaxter/InfinityMQ

Méthodes publiques

Méthode Description
FromBytes ( Int32 value ) : BufferSize
FromKilobytes ( Int32 value ) : BufferSize
FromMegabytes ( Int32 value ) : BufferSize

Private Methods

Méthode Description
BufferSize ( Int32 bufferSize ) : System

Method Details

FromBytes() public static méthode

public static FromBytes ( Int32 value ) : BufferSize
value System.Int32
Résultat BufferSize

FromKilobytes() public static méthode

public static FromKilobytes ( Int32 value ) : BufferSize
value System.Int32
Résultat BufferSize

FromMegabytes() public static méthode

public static FromMegabytes ( Int32 value ) : BufferSize
value System.Int32
Résultat BufferSize