CacheServiceErrorHandler
Definition
typedef MPI_BOOL (*CacheServiceErrorHandler) (CacheServiceErrorParams* params); | Required Header: apputil.h Change History: Added in 03.04.11 |
||||
Description
A type define for a CacheService object error handler function. A function that is used as a CacheService object error handler must share the same function signature.
| Member | Description |
|---|---|
| params | The error parameters describing the error that occurred and the current error count for the CacheService object. |
See Also
CacheService Object Overview | CacheServiceErrorParams | CacheServiceConfig
