C# Class InfinityMQ.Performance.Benchmarks.TcpSocketPubSubChannel

Inheritance: InfinityMQ.Performance.Benchmarks.ThreadedBenchmark
Afficher le fichier Open project: cbaxter/InfinityMQ

Méthodes publiques

Méthode Description
TcpSocketPubSubChannel ( ) : System

Méthodes protégées

Méthode Description
Dispose ( System.Boolean disposing ) : void
ReceiveMessages ( ) : void
SendMessages ( ) : void
SetupClient ( ) : void
SetupServer ( ) : void
TeardownClient ( ) : void
TeardownServer ( ) : void
WaitForClient ( ) : void

Method Details

Dispose() protected méthode

protected Dispose ( System.Boolean disposing ) : void
disposing System.Boolean
Résultat void

ReceiveMessages() protected méthode

protected ReceiveMessages ( ) : void
Résultat void

SendMessages() protected méthode

protected SendMessages ( ) : void
Résultat void

SetupClient() protected méthode

protected SetupClient ( ) : void
Résultat void

SetupServer() protected méthode

protected SetupServer ( ) : void
Résultat void

TcpSocketPubSubChannel() public méthode

public TcpSocketPubSubChannel ( ) : System
Résultat System

TeardownClient() protected méthode

protected TeardownClient ( ) : void
Résultat void

TeardownServer() protected méthode

protected TeardownServer ( ) : void
Résultat void

WaitForClient() protected méthode

protected WaitForClient ( ) : void
Résultat void