GsmModemDispose(Boolean) Method |
Clean up any resources being used.
Namespace: ZylSoft.GsmAssembly: ZylGsm (in ZylGsm.dll) Version: 1.2.0.21451
XMLNS for XAML: Not mapped to an xmlns.
Syntaxprotected override void Dispose(
bool disposing
)
Protected Overrides Sub Dispose (
disposing As Boolean
)
Dim disposing As Boolean
Me.Dispose(disposing)
protected:
virtual void Dispose(
bool disposing
) override
abstract Dispose :
disposing : bool -> unit
override Dispose :
disposing : bool -> unit Parameters
- disposing Boolean
-
True if managed resources should also be disposed; otherwise, false.
See Also