MessageBus Class

Visual Studio 2010
.NET Framework 4

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

public ref class MessageBus : IMessageBus, 
	IDisposable

The MessageBus type exposes the following members.

  NameDescription
Protected methodCreateSubscription
Protected methodCreateTopicCreates a topic for the specified key.
Public methodDispose()
Protected methodDispose(Boolean)
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodPublishPublishes a new message to the specified event on the bus.
Protected methodSave
Protected methodScheduleEvent
Public methodSubscribe
Public methodToString (Inherited from Object.)
Top

  NameDescription
Public Extension MethodPublish (Defined by MessageBusExtensions.)
Top

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