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

Inheritance: HostedStressRun
显示文件 Open project: SignalR/SignalR

Public Methods

Method Description
Initialize ( ) : void

Protected Methods

Method Description
CreateReceiver ( int sendIndex ) : IDisposable
Send ( int senderIndex, string source ) : Task

Private Methods

Method Description
ConcurrentCallsRun ( RunData runData ) : System
EchoAll ( ) : Task
EchoCaller ( ) : void
EchoMessage ( ) : void
InvokeAndWait ( string methodName ) : bool
SetMre ( string str ) : void

Method Details

CreateReceiver() protected method

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

Initialize() public method

public Initialize ( ) : void
return void

Send() protected method

protected Send ( int senderIndex, string source ) : Task
senderIndex int
source string
return Task