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