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