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