C# Class Microsoft.AspNet.SignalR.ServiceBus.ServiceBusMessageBus

Inheritance: ScaleoutMessageBus
Mostrar archivo Open project: SignalR/SignalR Class Usage Examples

Public Methods

Method Description
ServiceBusMessageBus ( IDependencyResolver resolver, ServiceBusScaleoutConfiguration configuration ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void
Send ( int streamIndex, IList messages ) : System.Threading.Tasks.Task

Private Methods

Method Description
OnMessage ( int topicIndex, IEnumerable messages ) : void
Subscribe ( object state ) : void
TraceMessages ( IList messages, string messageType ) : void

Method Details

Dispose() protected method

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

Send() protected method

protected Send ( int streamIndex, IList messages ) : System.Threading.Tasks.Task
streamIndex int
messages IList
return System.Threading.Tasks.Task

ServiceBusMessageBus() public method

public ServiceBusMessageBus ( IDependencyResolver resolver, ServiceBusScaleoutConfiguration configuration ) : System
resolver IDependencyResolver
configuration ServiceBusScaleoutConfiguration
return System