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