Tracer.JobRemoved(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.
JobRemoved (EventId: 0xb033/45107)
public:
void JobRemoved(Guid parentJobId, Guid childJobId, Guid workflowId);
public void JobRemoved (Guid parentJobId, Guid childJobId, Guid workflowId);
[System.Management.Automation.Tracing.EtwEvent(45107)]
public void JobRemoved (Guid parentJobId, Guid childJobId, Guid workflowId);
member this.JobRemoved : Guid * Guid * Guid -> unit
[<System.Management.Automation.Tracing.EtwEvent(45107)>]
member this.JobRemoved : Guid * Guid * Guid -> unit
Public Sub JobRemoved (parentJobId As Guid, childJobId As Guid, workflowId As Guid)
Parameters
- parentJobId
- Guid
- childJobId
- Guid
- workflowId
- Guid
- Attributes