WorkflowInstance.ReloadTrackingProfiles Method

Definition

Reload the tracking profiles for this workflow instance.

public:
 void ReloadTrackingProfiles();
public void ReloadTrackingProfiles ();
member this.ReloadTrackingProfiles : unit -> unit
Public Sub ReloadTrackingProfiles ()

Exceptions

The workflow runtime engine is not running.

Remarks

The runtime tracking infrastructure will reload each TrackingProfile for this workflow instance associated with its tracking channels. If it is not already in a suspended state, the workflow is temporarily suspended by the runtime tracking infrastructure while the tracking profiles are reloaded.

Applies to