2 implementations of ICallOnce
System.ServiceModel.Primitives (2)
System\ServiceModel\Channels\ServiceChannel.cs (2)
1952internal class CallDisplayUIOnce : ICallOnce 1995internal class CallOpenOnce : ICallOnce
8 references to ICallOnce
System.ServiceModel.Primitives (8)
System\ServiceModel\Channels\ServiceChannel.cs (8)
1977void ICallOnce.Call(ServiceChannel channel, TimeSpan timeout) 1983IAsyncResult ICallOnce.BeginCall(ServiceChannel channel, TimeSpan timeout, AsyncCallback callback, object state) 1989void ICallOnce.EndCall(ServiceChannel channel, IAsyncResult result) 2011void ICallOnce.Call(ServiceChannel channel, TimeSpan timeout) 2016IAsyncResult ICallOnce.BeginCall(ServiceChannel channel, TimeSpan timeout, AsyncCallback callback, object state) 2021void ICallOnce.EndCall(ServiceChannel channel, IAsyncResult result) 2029private readonly ICallOnce _callOnce; 2036internal CallOnceManager(ServiceChannel channel, ICallOnce callOnce)