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

Inheritance: HostedRun
Afficher le fichier Open project: SignalR/SignalR

Méthodes publiques

Méthode Description
Initialize ( ) : void
Record ( ) : void
Sample ( ) : void

Méthodes protégées

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

Private Methods

Méthode Description
SimpleEchoHubRun ( RunData runData ) : System

Method Details

CreateReceiver() protected méthode

protected CreateReceiver ( int connectionIndex ) : IDisposable
connectionIndex int
Résultat IDisposable

Initialize() public méthode

public Initialize ( ) : void
Résultat void

Record() public méthode

public Record ( ) : void
Résultat void

Sample() public méthode

public Sample ( ) : void
Résultat void

Send() protected méthode

protected Send ( int senderIndex, string source ) : System.Threading.Tasks.Task
senderIndex int
source string
Résultat System.Threading.Tasks.Task