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