Home
last modified time | relevance | path

Searched refs:WaitForStateChangedAsync (Results 1 – 3 of 3) sorted by relevance

/external/grpc-grpc/src/csharp/Grpc.Core.Tests/
DChannelTest.cs59 …hrowsAsync(typeof(ArgumentException), async () => await channel.WaitForStateChangedAsync(ChannelSt… in WaitForStateChangedAsync_InvalidArgument()
101 var stateChangedTask = channel.WaitForStateChangedAsync(ChannelState.Idle); in ShutdownFinishesWaitForStateChangedAsync()
112 …sync(typeof(ObjectDisposedException), async () => await channel.WaitForStateChangedAsync(ChannelSt… in OperationsThrowAfterShutdown()
DChannelConnectivityTest.cs61 …async () => await channel.WaitForStateChangedAsync(channel.State, DateTime.UtcNow.AddMilliseconds(… in Channel_WaitForStateChangedAsync()
63 var stateChangedTask = channel.WaitForStateChangedAsync(channel.State); in Channel_WaitForStateChangedAsync()
/external/grpc-grpc/src/csharp/Grpc.Core/
DChannel.cs137 …public async Task WaitForStateChangedAsync(ChannelState lastObservedState, DateTime? deadline = nu… in WaitForStateChangedAsync() method in Grpc.Core.Channel
219 await WaitForStateChangedAsync(currentState, deadline).ConfigureAwait(false);