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

Inheritance: StressRunBase
Show file Open project: SignalR/SignalR

Public Methods

Method Description
HostedStressRun ( RunData runData ) : Microsoft.AspNet.SignalR.Tests.Common.Infrastructure
Initialize ( ) : void

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Method Details

Dispose() protected method

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

HostedStressRun() public method

public HostedStressRun ( RunData runData ) : Microsoft.AspNet.SignalR.Tests.Common.Infrastructure
runData RunData
return Microsoft.AspNet.SignalR.Tests.Common.Infrastructure

Initialize() public method

public Initialize ( ) : void
return void