5 references to CallActionAsync
System.ServiceModel.Primitives (5)
System\ServiceModel\Channels\CommunicationObject.cs (4)
321await TaskHelpers.CallActionAsync(OnClose, timeout); 571await TaskHelpers.CallActionAsync(OnOpen, timeout); 1037return TaskHelpers.CallActionAsync(other.Open, timeout); 1067return TaskHelpers.CallActionAsync(other.Close, timeout);
System\ServiceModel\Channels\ServiceChannelFactory.cs (1)
500await TaskHelpers.CallActionAsync(base.OnClose, timeoutHelper.RemainingTime());