Implemented interface member:
method
PassFailAsync
Microsoft.DotNet.Helix.Client.IJob.PassFailAsync(System.String, System.Threading.CancellationToken)
1 reference to PassFailAsync
Microsoft.DotNet.Helix.Client (1)
Job.cs (1)
22var pf = await PassFailAsync(jobCorrelationId, cancellationToken).ConfigureAwait(false);