C# Класс Microsoft.AspNet.SignalR.SqlServer.SqlMessageBus

Uses SQL Server tables to scale-out SignalR applications in web farms.
Наследование: Microsoft.AspNet.SignalR.Messaging.ScaleoutMessageBus
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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