Dispose Activity
Description:
Disposes of IDisposable
objects to release unmanaged resources.
Inheritance Hierarchy:
System.Object
System.Activities.Activity
System.Activities.CodeActivity
Geocortex.Workflow.Activities.Dispose
Function:
This activity allows a workflow author to explicitly release unmanaged resources.
For more information on the IDisposable
interface see https://msdn.microsoft.com/en-ca/library/system.idisposable.aspx.
In a Workflow:
If a workflow uses an object that is IDisposable
, for example a Bitmap
, the workflow should explicitly dispose of that object when it is no longer needed. This activity provides a simple way to invoke disposal.
Properties:
Name | Description |
---|---|
In Arguments |
|
Disposable |
The object to dispose. |
Misc |
|
Display Name |
Dispose You can change the name of an activity to one that describes what it does. A descriptive name can make a workflow easier to interpret and maintain. |
Version Information:
Supported from: Geocortex Essentials 3.15.