4 references to TimeOut
Microsoft.DotNet.RemoteExecutor (4)
RemoteInvokeHandle.cs (4)
108
int halfTimeOut = Options.
TimeOut
== Timeout.Infinite ? Options.
TimeOut
: Options.
TimeOut
/ 2;
147
description.AppendLine($"Timed out at {DateTime.Now} after {Options.
TimeOut
}ms waiting for remote process.");