Пример #1
0
 /// <summary>
 /// Sends a subscription request for the specified event type to the destination as
 /// specified by the currently used implementation of <see cref="IDetermineMessageOwnership"/>.
 /// </summary>
 public void Subscribe(Type eventType)
 {
     rebusBus.SendSubscriptionMessage(eventType, SubscribeAction.Subscribe);
 }