7 references to EchoWithTimeoutAsync
Client.ExpectedExceptions.IntegrationTests (1)
ExpectedExceptionTests.4.0.0.cs (1)
307Task<string> t = serviceProxy.EchoWithTimeoutAsync(testMessage, serverDelayTimeSpan);
Contract.Service.IntegrationTests (6)
ServiceContractTests.4.1.0.cs (6)
697Task<string> t1 = serviceProxy1.EchoWithTimeoutAsync("first", delayOperation); 698Task<string> t2 = serviceProxy2.EchoWithTimeoutAsync("second", delayOperation); 787Task<string> t1 = serviceProxy1.EchoWithTimeoutAsync(expectedEcho1, delayOperation); 788Task<string> t2 = serviceProxy2.EchoWithTimeoutAsync(expectedEcho2, delayOperation); 877Task<string> t1 = serviceProxy1.EchoWithTimeoutAsync(expectedEcho1, delayOperation); 878Task<string> t2 = serviceProxy2.EchoWithTimeoutAsync(expectedEcho2, delayOperation);