WorkItemTimerJobState.Dispose Method
Include Protected Members
Include Inherited Members
Cleans up resources held by the work item state.
Overload List
Name | Description | |
---|---|---|
Dispose() | Cleans up resources held by the work item state. | |
Dispose(Boolean) | Cleans up resources held by the work item state. |
Top
Remarks
Dispose must be called explicitly to prevent memory problems. This is particularly true for timer jobs, since the process running the timer jobs is long-lived.