2 references to OnCloseOutputSessionAsync
System.ServiceModel.Primitives (2)
System\ServiceModel\Channels\ClientReliableDuplexSessionChannel.cs (2)
1289return channel.OnCloseOutputSessionAsync(timeout).ToApm(callback, state); 1304TaskHelpers.WaitForCompletionNoSpin(channel.OnCloseOutputSessionAsync(timeout));