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