C# Class Microsoft.AspNet.SignalR.Stress.Performance.SimpleEchoHubRun

Inheritance: HostedRun
Show file Open project: SignalR/SignalR

Public Methods

Method Description
Initialize ( ) : void
Record ( ) : void
Sample ( ) : void

Protected Methods

Method Description
CreateReceiver ( int connectionIndex ) : IDisposable
Send ( int senderIndex, string source ) : System.Threading.Tasks.Task

Private Methods

Method Description
SimpleEchoHubRun ( RunData runData ) : System

Method Details

CreateReceiver() protected method

protected CreateReceiver ( int connectionIndex ) : IDisposable
connectionIndex int
return IDisposable

Initialize() public method

public Initialize ( ) : void
return void

Record() public method

public Record ( ) : void
return void

Sample() public method

public Sample ( ) : void
return void

Send() protected method

protected Send ( int senderIndex, string source ) : System.Threading.Tasks.Task
senderIndex int
source string
return System.Threading.Tasks.Task