. |
cacheServiceDelete Declaration
Description cacheServiceDelete alerts the CacheService object thread that it should end, waits for the thread to end, and frees the memory allocated to cacheService.
Sample Code Using CacheServiceConfigDEFAULT to initialize a CacheSeriveConfig variable. MPIControl control;
CacheService cacheService;
CacheServiceConfig cacheServiceConfig = CacheServiceConfigDEFAULT;
/* create and initialize controller */
cacheServiceConfig.sleepTime = 20; /* milliseconds */
cacheService = CacheServiceCreate(control, &cacheServiceConfig);
See Also
|
| | Copyright © 2001-2021 Motion Engineering |