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