1 instantiation of AsyncWaiter
System.ServiceModel (1)
System\ServiceModel\Channels\ServiceChannel.cs (1)
2318
waiter = new
AsyncWaiter
(this, timeout, callback, state);
7 references to AsyncWaiter
System.ServiceModel (7)
System\ServiceModel\Channels\ServiceChannel.cs (7)
2302
AsyncWaiter
waiter = null;
2360
else if (result is
AsyncWaiter
)
2362
AsyncWaiter
.End(result);
2502
static Action<object> timerCallback = new Action<object>(
AsyncWaiter
.TimerCallback);
2524
AsyncResult.End<
AsyncWaiter
>(result);
2550
AsyncWaiter
_this = (
AsyncWaiter
)state;