Share via


IMessageBus Interface

.NET Framework 4.5

Provides methods used to publish to and subscribe messages from the SignalR message bus.

Namespace:  Microsoft.AspNet.SignalR.Messaging
Assembly:  Microsoft.AspNet.SignalR.Core (in Microsoft.AspNet.SignalR.Core.dll)

Syntax

'Declaration
Public Interface IMessageBus
'Usage
Dim instance As IMessageBus
public interface IMessageBus
public interface class IMessageBus
type IMessageBus =  interface end
public interface IMessageBus

The IMessageBus type exposes the following members.

Methods

  Name Description
Public method Publish
Public method Subscribe Establishes a topic subscription for the subscriber on the message bus.

Top

Extension Methods

  Name Description
Public Extension Method Publish Publishes a messages. (Defined by MessageBusExtensions.)

Top

Remarks

No content here will be updated; please do not add material here.

See Also

Reference

Microsoft.AspNet.SignalR.Messaging Namespace