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