1 implementation of WaitForJobAsync
Microsoft.DotNet.Helix.Client (1)
Job.cs (1)
13public async Task<JobPassFail> WaitForJobAsync(string jobCorrelationId, int pollingIntervalMs = 10000, CancellationToken cancellationToken = default)
1 reference to WaitForJobAsync
Microsoft.DotNet.Helix.JobSender (1)
SentJob.cs (1)
29return JobApi.WaitForJobAsync(CorrelationId, pollingIntervalMs, cancellationToken);