2 implementations of ICallOnce
System.ServiceModel (2)
System\ServiceModel\Channels\ServiceChannel.cs (2)
2154class CallDisplayUIOnce : ICallOnce 2197class CallOpenOnce : ICallOnce
8 references to ICallOnce
System.ServiceModel (8)
System\ServiceModel\Channels\ServiceChannel.cs (8)
2179void ICallOnce.Call(ServiceChannel channel, TimeSpan timeout) 2185IAsyncResult ICallOnce.BeginCall(ServiceChannel channel, TimeSpan timeout, AsyncCallback callback, object state) 2191void ICallOnce.EndCall(ServiceChannel channel, IAsyncResult result) 2213void ICallOnce.Call(ServiceChannel channel, TimeSpan timeout) 2218IAsyncResult ICallOnce.BeginCall(ServiceChannel channel, TimeSpan timeout, AsyncCallback callback, object state) 2223void ICallOnce.EndCall(ServiceChannel channel, IAsyncResult result) 2231readonly ICallOnce callOnce; 2238internal CallOnceManager(ServiceChannel channel, ICallOnce callOnce)