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