InoDrive / Connection / dispose


InoDrive.dispose(self)

Dispose InoDrive Connection and User Application Instance.

Arguments: self (Object): Reference to InoDrive object.

Returns: Nothing

import CkInoDriveAPI

# Instantiate InoDrive Object and Connect by Name
Drive = CkInoDriveAPI.InoDrive(target='Name', autoConnect=True)

# Dispose Connection and User Application Instance
Drive.dispose()