1 implementation of ISentJob
Microsoft.DotNet.Helix.JobSender (1)
SentJob.cs (1)
10internal class SentJob : ISentJob
3 references to ISentJob
Microsoft.DotNet.Helix.JobSender (2)
IJobDefinition.cs (1)
187Task<ISentJob> SendAsync(Action<string> log = null, CancellationToken cancellationToken = default);
JobDefinition.cs (1)
147public async Task<ISentJob> SendAsync(Action<string> log, CancellationToken cancellationToken)
Microsoft.DotNet.Helix.Sdk (1)
SendHelixJob.cs (1)
270ISentJob job = await def.SendAsync(msg => Log.LogMessageFromText(msg, MessageImportance.Normal), cancellationToken);