1 override of BeginShutdown
System.ServiceModel.Routing (1)
System\ServiceModel\Routing\RoutingChannelExtension.cs (1)
279
public 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)
209
IAsyncResult result = this.
BeginShutdown
(this.sessionService, closeTimeout, shutdownCallback, this);