2 references to FromTimeoutAsync
System.ServiceModel.Primitives (2)
Internals\System\Runtime\TimeoutHelper.cs (2)
51
_cancellationToken = await TimeoutTokenSource.
FromTimeoutAsync
((int)timeout.TotalMilliseconds);
277
return
FromTimeoutAsync
(millisecondsTimeout).Result;