Exemplo n.º 1
0
 public void Fault(ChannelBase channel)
 {
     this.shutdownWaitObject.Fault(channel);
     this.terminateWaitObject.Fault(channel);
 }
 public void Fault(ChannelBase channel)
 {
     this.sendGuard.Abort();
     this.shutdownHandle.Fault(channel);
     this.strategy.Fault(channel);
 }