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)
395
return _channelDispatcher.Channels.
BeginClose
(timeoutHelper.RemainingTime(), callback, state);
FrameworkFork\System.ServiceModel\System\ServiceModel\InstanceContext.cs (1)
306
IAsyncResult result = _instanceContext._channels.
BeginClose
(_timeoutHelper.RemainingTime(), PrepareAsyncCompletion(new AsyncCompletion(CloseChannelsCallback)), this);