3 references to BeginClose
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ChannelFactoryBase.cs (1)
180_channels.BeginClose, _channels.EndClose,
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\ListenerHandler.cs (1)
395return _channelDispatcher.Channels.BeginClose(timeoutHelper.RemainingTime(), callback, state);
FrameworkFork\System.ServiceModel\System\ServiceModel\InstanceContext.cs (1)
306IAsyncResult result = _instanceContext._channels.BeginClose(_timeoutHelper.RemainingTime(), PrepareAsyncCompletion(new AsyncCompletion(CloseChannelsCallback)), this);