C# Class BoundedProducerConsumer.PBB

Inheritance: System.Buffer
Afficher le fichier Open project: JoinPatterns/ScalableJoins

Méthodes publiques

Méthode Description
PBB ( int capacity ) : System
get ( ) : string
put ( string s ) : void

Method Details

PBB() public méthode

public PBB ( int capacity ) : System
capacity int
Résultat System

get() public méthode

public get ( ) : string
Résultat string

put() public méthode

public put ( string s ) : void
s string
Résultat void