SaslMethodDispose Method (Boolean) |
Actually disposes managed and unmananged resources used by the SASL mechanism.
Namespace: MailBeeAssembly: MailBee.NET (in MailBee.NET.dll) Version: 12.5.0 build 687 for .NET 4.5
Syntax protected virtual void Dispose(
bool disposing
)
Protected Overridable Sub Dispose (
disposing As Boolean
)
Parameters
- disposing
- Type: SystemBoolean
true if managed resources must be freed.
Remarks Override this method if your class has resources to be freed.
See Also