1 implementation of ProbeAsync
Microsoft.NET.Build.Containers (1)
LocalDaemons\ContainerRuntimes.cs (1)
25public async Task<bool> ProbeAsync(CancellationToken cancellationToken)
1 reference to ProbeAsync
Microsoft.NET.Build.Containers (1)
LocalDaemons\ContainerRuntime.cs (1)
197return await runtime.ProbeAsync(timeout.Token).ConfigureAwait(false);