cacheServiceConfigSet

Declaration

MPI_RESULT cacheServiceConfigSet(CacheService              cacheService, 
	                   	 const CacheServiceConfig *config);
Required Header: apputil.h
Change History:
Added in 03.04.11

Description

cacheServiceConfigSet sets the configuration of a CacheService object using data from the structure pointed to by config.

cacheService The CacheServiceObject whose configuration is to be writte.
config Pointer to the configuration structure used to configure the CacheService object.

Return Values Description
MPIMessageOK Upon success.

See Also

cacheServiceConfigGet