Inheritance: IServiceBusHost, IBusHostControl
Example #1
0
 public Handle(ServiceBusHost host, TaskSupervisor supervisor, HostReceiveEndpointHandle[] handles)
     : base(host, handles)
 {
     _host       = host;
     _supervisor = supervisor;
 }
Example #2
0
 public Handle(ServiceBusHost host, HostReceiveEndpointHandle[] handles)
 {
     _host    = host;
     _handles = handles;
 }