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 | |
---|---|---|
ServiceBusMessageBus |
Top
Properties
Name | Description | |
---|---|---|
AllocatedWorkers | (Inherited from MessageBus.) | |
BusyWorkers | (Inherited from MessageBus.) | |
Counters | (Inherited from MessageBus.) | |
Topics | (Inherited from MessageBus.) |
Top
Methods
Name | Description | |
---|---|---|
CreateSubscription | (Inherited from ScaleoutMessageBus.) | |
CreateTopic | Creates a topic for the specified key. (Inherited from MessageBus.) | |
Dispose() | (Inherited from MessageBus.) | |
Dispose(Boolean) | (Inherited from MessageBus.) | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
OnReceived | Invoked when a payload is received from the backplane. There should only be one active call at any time. (Inherited from ScaleoutMessageBus.) | |
Publish | (Inherited from ScaleoutMessageBus.) | |
Save | (Inherited from MessageBus.) | |
ScheduleEvent | (Inherited from MessageBus.) | |
Send | (Overrides ScaleoutMessageBus.Send(IList<Message>).) | |
Subscribe | (Inherited from MessageBus.) | |
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.