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

ファイルを表示 Open project: SignalR/SignalR

Public Methods

Method Description
Initialize ( ) : void

Protected Methods

Method Description
CreateMessageBus ( ) : MessageBus
CreateReceiver ( int connectionIndex ) : IDisposable
Dispose ( bool disposing ) : void
Send ( int senderIndex, string source ) : System.Threading.Task

Private Methods

Method Description
MessageBusRun ( RunData runData ) : System

Method Details

CreateMessageBus() protected method

protected CreateMessageBus ( ) : MessageBus
return MessageBus

CreateReceiver() protected method

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

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void

Initialize() public method

public Initialize ( ) : void
return void

Send() protected method

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