WorkflowInstance.ReloadTrackingProfiles 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.
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.