2 references to BeginClose
System.ServiceModel.Routing (2)
System\ServiceModel\Routing\RoutingChannelExtension.cs (1)
122channelsToClose.BeginClose(this.channel.OperationTimeout, closeChannelsCallback, channelsToClose);
System\ServiceModel\Routing\RoutingService.cs (1)
204IAsyncResult result = this.perMessageChannels.BeginClose(this.ChannelExtension.OperationTimeout, null, null);