InoDrive / UserApp / dispose


InoDrive.UserApp.dispose()

Dispose Process thread for Polling User Application.

Returns: Nothing

// Import InoDrive API Library
 import { InoDriveApiJS }  from ( "ck-inodrive-api" ) 

// Instatiate the API
let InoDriveApi = new InoDriveApiJS.InoDriveApi({ connectAppUrl: "", secure: false })

// Instantiate InoDrive Object
Drive = await InoDriveApi.InoDrive({target:'Name', autoConnect:True})

# Start polling User Application to update Variable List
Drive.UserApp.startPoll()

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