C# Class PerfTest.Program.Role

Afficher le fichier Open project: Azure/amqpnetlite

Protected Properties

Свойство Type Description
bufferManager IBufferManager

Méthodes publiques

Méthode Description
Role ( PerfArguments perfArgs ) : System
Run ( ) : void

Méthodes protégées

Méthode Description
CreateConnection ( Address address ) : Connection
OnComplete ( ) : bool
OnStart ( ) : bool
SetComplete ( ) : void
Wait ( ) : void

Method Details

CreateConnection() protected méthode

protected CreateConnection ( Address address ) : Connection
address Amqp.Address
Résultat Amqp.Connection

OnComplete() protected méthode

protected OnComplete ( ) : bool
Résultat bool

OnStart() protected méthode

protected OnStart ( ) : bool
Résultat bool

Role() public méthode

public Role ( PerfArguments perfArgs ) : System
perfArgs PerfArguments
Résultat System

Run() public abstract méthode

public abstract Run ( ) : void
Résultat void

SetComplete() protected méthode

protected SetComplete ( ) : void
Résultat void

Wait() protected méthode

protected Wait ( ) : void
Résultat void

Property Details

bufferManager protected_oe property

protected IBufferManager bufferManager
Résultat IBufferManager