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