Tracer.ImportedWorkflowFromXaml(Guid, String) Method

Definition

ImportedWorkflowFromXaml (EventId: 0xb01a/45082)

public:
 void ImportedWorkflowFromXaml(Guid workflowId, System::String ^ xamlFile);
public void ImportedWorkflowFromXaml (Guid workflowId, string xamlFile);
[System.Management.Automation.Tracing.EtwEvent(45082)]
public void ImportedWorkflowFromXaml (Guid workflowId, string xamlFile);
member this.ImportedWorkflowFromXaml : Guid * string -> unit
[<System.Management.Automation.Tracing.EtwEvent(45082)>]
member this.ImportedWorkflowFromXaml : Guid * string -> unit
Public Sub ImportedWorkflowFromXaml (workflowId As Guid, xamlFile As String)

Parameters

workflowId
Guid
xamlFile
String
Attributes

Applies to