BlobStreamDispose Method (Boolean) |
[This is preliminary documentation and is subject to change.]
Releases the unmanaged resources used by the
BlobStream and optionally releases the managed resources
Namespace: Netadmin.CoreAssembly: Netadmin.Core (in Netadmin.Core.dll) Version: release/9.0@131b654fe7332b0776120c2b44d96c6cac5ac9a2
Syntaxprotected override void Dispose(
bool disposing
)
Protected Overrides Sub Dispose (
disposing As Boolean
)
Parameters
- disposing
- Type: SystemBoolean
True to release both managed and unmanaged resources; false to release only unmanaged resources
See Also