RedisMessageBus Methods

.NET Framework 4.5

The RedisMessageBus type exposes the following members.

  NameDescription
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) (Overrides MessageBus::Dispose(Boolean).)
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
Show: