2 references to CloseChannelsCallback
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\InstanceContext.cs (2)
306
IAsyncResult result = _instanceContext._channels.BeginClose(_timeoutHelper.RemainingTime(), PrepareAsyncCompletion(new AsyncCompletion(
CloseChannelsCallback
)), this);
307
if (result.CompletedSynchronously &&
CloseChannelsCallback
(result))