6 references to JobCreationResult
Microsoft.DotNet.Helix.Client (4)
generated-code\Job.cs (4)
20Task<Models.JobCreationResult> NewAsync( 83public async Task<Models.JobCreationResult> NewAsync( 154var _body = Client.Deserialize<Models.JobCreationResult>(_content);
Microsoft.DotNet.Helix.JobSender (2)
JobDefinition.cs (1)
242var newJob = await JobApi.NewAsync(creationRequest, jobStartIdentifier, cancellationToken: cancellationToken).ConfigureAwait(false);
SentJob.cs (1)
12public SentJob(IJob jobApi, JobCreationResult newJob)