ServiceBusMessageBus Class

.NET Framework 4

Inheritance Hierarchy

System.Object
  Microsoft.AspNet.SignalR.Messaging.MessageBus
    Microsoft.AspNet.SignalR.Messaging.ScaleoutMessageBus
      Microsoft.AspNet.SignalR.ServiceBus.ServiceBusMessageBus

Namespace:  Microsoft.AspNet.SignalR.ServiceBus
Assembly:  Microsoft.AspNet.SignalR.ServiceBus (in Microsoft.AspNet.SignalR.ServiceBus.dll)

Syntax

'Declaration
Public Class ServiceBusMessageBus _
    Inherits ScaleoutMessageBus
'Usage
Dim instance As ServiceBusMessageBus
public class ServiceBusMessageBus : ScaleoutMessageBus
public ref class ServiceBusMessageBus : public ScaleoutMessageBus
type ServiceBusMessageBus =  
    class 
        inherit ScaleoutMessageBus 
    end
public class ServiceBusMessageBus extends ScaleoutMessageBus

The ServiceBusMessageBus type exposes the following members.

Constructors

  Name Description
Public method ServiceBusMessageBus

Top

Properties

  Name Description
Public property AllocatedWorkers (Inherited from MessageBus.)
Public property BusyWorkers (Inherited from MessageBus.)
Protected property Counters (Inherited from MessageBus.)
Protected property Topics (Inherited from MessageBus.)

Top

Methods

  Name Description
Protected method CreateSubscription (Inherited from ScaleoutMessageBus.)
Protected method CreateTopic Creates a topic for the specified key. (Inherited from MessageBus.)
Public method Dispose() (Inherited from MessageBus.)
Protected method Dispose(Boolean) (Inherited from MessageBus.)
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Protected method OnReceived Invoked when a payload is received from the backplane. There should only be one active call at any time. (Inherited from ScaleoutMessageBus.)
Public method Publish (Inherited from ScaleoutMessageBus.)
Protected method Save (Inherited from MessageBus.)
Protected method ScheduleEvent (Inherited from MessageBus.)
Protected method Send (Overrides ScaleoutMessageBus.Send(IList<Message>).)
Public method Subscribe (Inherited from MessageBus.)
Public method ToString (Inherited from Object.)

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

Microsoft.AspNet.SignalR.ServiceBus Namespace