3 references to Wait
System.ServiceModel (1)
System\ServiceModel\Channels\WebSocketTransportDuplexSessionChannel.cs (1)
616
bool waitingResult = this.receiveTask.Task.
Wait
(timeout);
System.ServiceModel.Internals (2)
System\Runtime\TaskExtensions.cs (2)
151
return task.
Wait
(timeout);
172
timedOut = !task.
Wait
(timeout);