1 implementation of SendAsync
Microsoft.DotNet.Helix.JobSender (1)
JobDefinition.cs (1)
147public async Task<ISentJob> SendAsync(Action<string> log, CancellationToken cancellationToken)
1 reference to SendAsync
Microsoft.DotNet.Helix.Sdk (1)
SendHelixJob.cs (1)
270ISentJob job = await def.SendAsync(msg => Log.LogMessageFromText(msg, MessageImportance.Normal), cancellationToken);