MessageSubscription T  ClassDH.Messaging Documentation

[This is preliminary documentation and is subject to change.]

Object that receives messages from the MessageBusManager
Inheritance Hierarchy

OnlineSystem Object
  DH.Messaging.MessageBus.Base SubscriptionBase
    DH.Messaging.MessageBus MessageSubscription T 

Namespace: DH.Messaging.MessageBus
Assembly: DH.Messaging (in DH.Messaging.dll) Version: 0.1.0.0 (0.1.0.0)
Syntax

public class MessageSubscription<T> : SubscriptionBase
Type Parameters

T
Message type handled by this subscription
See Also