C# 클래스 Microsoft.AspNet.SignalR.Stress.Performance.HostedRun

Base class for the Host based run. including MemoryHost/External/IISExpress/OWINSelfHost
상속: RunBase
파일 보기 프로젝트 열기: SignalR/SignalR

공개 메소드들

메소드 설명
HostedRun ( RunData runData ) : Microsoft.AspNet.SignalR.Infrastructure
Initialize ( ) : void

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void
GetPerformanceCounters ( IPerformanceCounterManager counterManager ) : IPerformanceCounter[]
InitializePerformanceCounters ( ) : void

메소드 상세

Dispose() 보호된 메소드

protected Dispose ( bool disposing ) : void
disposing bool
리턴 void

GetPerformanceCounters() 보호된 메소드

protected GetPerformanceCounters ( IPerformanceCounterManager counterManager ) : IPerformanceCounter[]
counterManager IPerformanceCounterManager
리턴 IPerformanceCounter[]

HostedRun() 공개 메소드

public HostedRun ( RunData runData ) : Microsoft.AspNet.SignalR.Infrastructure
runData RunData
리턴 Microsoft.AspNet.SignalR.Infrastructure

Initialize() 공개 메소드

public Initialize ( ) : void
리턴 void

InitializePerformanceCounters() 보호된 메소드

protected InitializePerformanceCounters ( ) : void
리턴 void