Implemented interface member:
property
CorrelationId
Microsoft.DotNet.Helix.Client.ISentJob.CorrelationId
1 write to CorrelationId
Microsoft.DotNet.Helix.JobSender (1)
SentJob.cs (1)
15
CorrelationId
= newJob.Name;
1 reference to CorrelationId
Microsoft.DotNet.Helix.JobSender (1)
SentJob.cs (1)
29
return JobApi.WaitForJobAsync(
CorrelationId
, pollingIntervalMs, cancellationToken);