Base:
method
OnCloseAsync
System.ServiceModel.Channels.ReliableDuplexSessionChannel.OnCloseAsync(System.TimeSpan)
2 references to OnCloseAsync
System.ServiceModel.Primitives (2)
System\ServiceModel\Channels\ClientReliableDuplexSessionChannel.cs (2)
1106return OnCloseAsync(timeout).ToApm(callback, state); 1123TaskHelpers.WaitForCompletion(OnCloseAsync(timeout));