[This is preliminary documentation and is subject to change.]
Releases the unmanaged resources used by the
FieldService and optionally releases the managed resources
Namespace: MultiArchive.SDK.Services
Assembly: MultiArchive.SDK (in MultiArchive.SDK.dll) Version: 1.2.30.413 (1.2.30.413)
Syntax
C# |
protected virtual void Dispose(
bool disposing
)
|
Visual Basic |
Protected Overridable Sub Dispose (
disposing As Boolean
)
|
Visual C++ |
protected:
virtual void Dispose(
bool disposing
)
|
Parameters
-
disposing
- Type: System..::..Boolean
True to release both managed and unmanaged resources; false to release only unmanaged resources
See Also