Tracer.WorkflowManagerCheckpoint(String, String, 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.
WorkflowManagerCheckpoint (EventId: 0xb049/45129)
public:
void WorkflowManagerCheckpoint(System::String ^ checkpointPath, System::String ^ configProviderId, System::String ^ userName, System::String ^ path);
public:
void WorkflowManagerCheckpoint(Platform::String ^ checkpointPath, Platform::String ^ configProviderId, Platform::String ^ userName, Platform::String ^ path);
void WorkflowManagerCheckpoint(std::wstring const & checkpointPath, std::wstring const & configProviderId, std::wstring const & userName, std::wstring const & path);
public void WorkflowManagerCheckpoint (string checkpointPath, string configProviderId, string userName, string path);
[System.Management.Automation.Tracing.EtwEvent(45129)]
public void WorkflowManagerCheckpoint (string checkpointPath, string configProviderId, string userName, string path);
member this.WorkflowManagerCheckpoint : string * string * string * string -> unit
[<System.Management.Automation.Tracing.EtwEvent(45129)>]
member this.WorkflowManagerCheckpoint : string * string * string * string -> unit
Public Sub WorkflowManagerCheckpoint (checkpointPath As String, configProviderId As String, userName As String, path As String)
Parameters
- checkpointPath
- String
- configProviderId
- String
- userName
- String
- path
- String
- Attributes