예제 #1
0
 public MSMQEventBus(MSMQBusOptions options) : base(options)
 {
 }
예제 #2
0
 public MSMQCommandBus(MSMQBusOptions options) : base(options)
 {
 }
예제 #3
0
 /// <summary>
 /// Initializes a new instance of <c>MSMQEventBus</c> class.
 /// </summary>
 /// <param name="options">The instance of <see cref="Apworks.Bus.MSMQ.MSMQBusOptions"/> class
 /// which contains the option information to initialize the message queue.</param>
 public MSMQEventBus(MSMQBusOptions options)
     : base(options)
 {
 }