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