C# Class PerfTest.Program.Requestor

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

Public Methods

Method Description
Requestor ( PerfArguments args ) : System
Run ( ) : void

Private Methods

Method Description
GetBuffer ( ) : byte[]
RunOnce ( int id ) : void
SendRequest ( SenderLink sender, string replyTo ) : void

Method Details

Requestor() public method

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

Run() public method

public Run ( ) : void
return void