C# Class PerfTest.Program.Role

ファイルを表示 Open project: Azure/amqpnetlite

Protected Properties

Property Type Description
bufferManager IBufferManager

Public Methods

Method Description
Role ( PerfArguments perfArgs ) : System
Run ( ) : void

Protected Methods

Method Description
CreateConnection ( Address address ) : Connection
OnComplete ( ) : bool
OnStart ( ) : bool
SetComplete ( ) : void
Wait ( ) : void

Method Details

CreateConnection() protected method

protected CreateConnection ( Address address ) : Connection
address Amqp.Address
return Amqp.Connection

OnComplete() protected method

protected OnComplete ( ) : bool
return bool

OnStart() protected method

protected OnStart ( ) : bool
return bool

Role() public method

public Role ( PerfArguments perfArgs ) : System
perfArgs PerfArguments
return System

Run() public abstract method

public abstract Run ( ) : void
return void

SetComplete() protected method

protected SetComplete ( ) : void
return void

Wait() protected method

protected Wait ( ) : void
return void

Property Details

bufferManager protected_oe property

protected IBufferManager bufferManager
return IBufferManager