1 implementation of WithCreator
Microsoft.DotNet.Helix.JobSender (1)
JobDefinition.cs (1)
123
public IJobDefinition
WithCreator
(string creator)
1 reference to WithCreator
Microsoft.DotNet.Helix.Sdk (1)
SendHelixJob.cs (1)
195
def = def.
WithCreator
(Creator);