PSWorkflowJobManager.UnloadJob(Guid) 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.
Unload/Forget the workflow with provided job instance id. This method is used to dispose unloaded idle workflows.
public:
void UnloadJob(Guid instanceId);
public void UnloadJob (Guid instanceId);
member this.UnloadJob : Guid -> unit
Public Sub UnloadJob (instanceId As Guid)
Parameters
- instanceId
- Guid
The job instance id.