cacheServiceErrorCountReset
Declaration
MPI_RESULT cacheServiceErrorCountReset(CacheService cacheService); | Required Header: apputil.h Change History: Added in 03.04.11 |
||||
Description
cacheServiceErrorCountReset resets a CacheService object’s error count to zero.
This is useful if a CacheService object’s error count is approaching its error threshold, but it is desired that the CacheService object continue to update the Controller’s status cache.
| cacheService | The CacheService object whose error count is to be set to zero. |
|---|
| Return Values | Description |
|---|---|
| MPIMessageOK | Upon success. |
See Also
