FTPServerInputControlDispose Method |
Releases the unmanaged resources used by the
FTPServerInputControl and optionally releases the managed resources
Namespace: RelaxIS_SDK.ToolsAssembly: RelaxIS SDK (in RelaxIS SDK.dll) Version: 3.0.23.63
Syntax protected override void Dispose(
bool disposing
)
Protected Overrides Sub Dispose (
disposing As Boolean
)
Dim disposing As Boolean
Me.Dispose(disposing)
Parameters
- disposing Boolean
- True to release both managed and unmanaged resources; false to release only unmanaged resources
See Also