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