1 override of BeginShutdown
System.ServiceModel.Routing (1)
System\ServiceModel\Routing\RoutingChannelExtension.cs (1)
279public override IAsyncResult BeginShutdown(RoutingService service, TimeSpan timeout, AsyncCallback callback, object state)
1 reference to BeginShutdown
System.ServiceModel.Routing (1)
System\ServiceModel\Routing\RoutingChannelExtension.cs (1)
209IAsyncResult result = this.BeginShutdown(this.sessionService, closeTimeout, shutdownCallback, this);