AWS IoT Device SDK C: Jobs
AWS IoT Jobs library
Return to main page ↑
AwsIotJobs_Cleanup

One-time deinitialization function for the Jobs library.

void AwsIotJobs_Cleanup( void );

This function frees resources taken in AwsIotJobs_Init and deletes any persistent subscriptions. It should be called to clean up the Jobs library. After this function returns, AwsIotJobs_Init must be called again before calling any other Jobs function.

Warning
No thread-safety guarantees are provided for this function.
See also
AwsIotJobs_Init