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

Inheritance: SendReceiveRun
Show file Open project: SignalR/SignalR

Protected Methods

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

Private Methods

Method Description
ClientServerMemoryRun ( RunData runData ) : System

Method Details

CreateReceiver() protected method

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

Send() protected method

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