C# Class PerfTest.Program.Receiver

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

Public Methods

Method Description
Receiver ( PerfArguments args ) : System
Run ( ) : void
RunOnce ( int id ) : void

Method Details

Receiver() public method

public Receiver ( PerfArguments args ) : System
args PerfArguments
return System

Run() public method

public Run ( ) : void
return void

RunOnce() public method

public RunOnce ( int id ) : void
id int
return void