C# 클래스 Microsoft.AspNet.SignalR.SqlServer.SqlMessageBus

Uses SQL Server tables to scale-out SignalR applications in web farms.
상속: Microsoft.AspNet.SignalR.Messaging.ScaleoutMessageBus
파일 보기 프로젝트 열기: SignalR/SignalR 1 사용 예제들

공개 메소드들

메소드 설명
SqlMessageBus ( IDependencyResolver resolver, SqlScaleoutConfiguration configuration ) : System

Creates a new instance of the SqlMessageBus class.

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void
Send ( int streamIndex, IList messages ) : Task

비공개 메소드들

메소드 설명
Initialize ( object state ) : void
SqlMessageBus ( IDependencyResolver resolver, SqlScaleoutConfiguration configuration, IDbProviderFactory dbProviderFactory ) : System
StartReceiving ( int streamIndex ) : void

메소드 상세

Dispose() 보호된 메소드

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

Send() 보호된 메소드

protected Send ( int streamIndex, IList messages ) : Task
streamIndex int
messages IList
리턴 Task

SqlMessageBus() 공개 메소드

Creates a new instance of the SqlMessageBus class.
public SqlMessageBus ( IDependencyResolver resolver, SqlScaleoutConfiguration configuration ) : System
resolver IDependencyResolver The resolver to use.
configuration SqlScaleoutConfiguration The SQL scale-out configuration options.
리턴 System