C# Class Microsoft.AspNet.SignalR.Stress.ConnectionRun

显示文件 Open project: SignalR/SignalR

Protected Methods

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

Private Methods

Method Description
ConnectionRun ( 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.Task
senderIndex int
source string
return System.Threading.Task