Tracer.WorkflowJobCreated(Guid, Guid, Guid) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
WorkflowJobCreated (EventId: 0xb030/45104)
public:
void WorkflowJobCreated(Guid parentJobId, Guid childJobId, Guid childWorkflowId);
public void WorkflowJobCreated (Guid parentJobId, Guid childJobId, Guid childWorkflowId);
[System.Management.Automation.Tracing.EtwEvent(45104)]
public void WorkflowJobCreated (Guid parentJobId, Guid childJobId, Guid childWorkflowId);
member this.WorkflowJobCreated : Guid * Guid * Guid -> unit
[<System.Management.Automation.Tracing.EtwEvent(45104)>]
member this.WorkflowJobCreated : Guid * Guid * Guid -> unit
Public Sub WorkflowJobCreated (parentJobId As Guid, childJobId As Guid, childWorkflowId As Guid)
Parameters
- parentJobId
- Guid
- childJobId
- Guid
- childWorkflowId
- Guid
- Attributes