Home
last modified time | relevance | path

Searched refs:StopAsync (Results 1 – 10 of 10) sorted by relevance

/third_party/grpc/src/csharp/Grpc.IntegrationTesting/
DRunnerClientServerTest.cs51 serverRunner.StopAsync().Wait(); in Cleanup()
89 await runner.StopAsync(); in ClientServerRunner()
DWorkerServiceImpl.cs63 await runner.StopAsync(); in RunServer()
85 await runner.StopAsync(); in RunClient()
DIClientRunner.cs49 Task StopAsync(); in StopAsync() method
DIServerRunner.cs54 Task StopAsync(); in StopAsync() method
DServerRunners.cs158 public Task StopAsync() in StopAsync() method in Grpc.IntegrationTesting.ServerRunnerImpl
DClientRunners.cs187 public async Task StopAsync() in StopAsync() method in Grpc.IntegrationTesting.ClientRunnerImpl
DTestGrpc.cs876 …public virtual grpc::AsyncUnaryCall<global::Grpc.Testing.ReconnectInfo> StopAsync(global::Grpc.Tes… in StopAsync() method in Grpc.Testing.ReconnectService.ReconnectServiceClient
878 return StopAsync(request, new grpc::CallOptions(headers, deadline, cancellationToken)); in StopAsync()
880 …public virtual grpc::AsyncUnaryCall<global::Grpc.Testing.ReconnectInfo> StopAsync(global::Grpc.Tes… in StopAsync() method in Grpc.Testing.ReconnectService.ReconnectServiceClient
/third_party/grpc/src/csharp/Grpc.Core/Internal/
DGrpcThreadPool.cs90 public Task StopAsync() in StopAsync() method in Grpc.Core.Internal.GrpcThreadPool
/third_party/grpc/src/csharp/Grpc.Core/
DGrpcEnvironment.cs397 await threadPool.StopAsync().ConfigureAwait(false); in ShutdownAsync()
/third_party/gstreamer/gstplugins_bad/sys/mediafoundation/
Dmediacapturewrapper.cpp1027 hr = frame_reader_->StopAsync (&async_action); in stopCapture()