Amazon.ElastiCache.AmazonElastiCacheClient.DeleteCacheParameterGroup C# (CSharp) Method

DeleteCacheParameterGroup() public method

Deletes the specified cache parameter group. You cannot delete a cache parameter group if it is associated with any cache clusters.
/// The requested cache parameter group name does not refer to an existing cache parameter /// group. /// /// The current state of the cache parameter group does not allow the requested operation /// to occur. /// /// Two or more incompatible parameters were specified. /// /// The value for a parameter is invalid. ///
public DeleteCacheParameterGroup ( DeleteCacheParameterGroupRequest request ) : DeleteCacheParameterGroupResponse
request DeleteCacheParameterGroupRequest Container for the necessary parameters to execute the DeleteCacheParameterGroup service method.
return DeleteCacheParameterGroupResponse
        public DeleteCacheParameterGroupResponse DeleteCacheParameterGroup(DeleteCacheParameterGroupRequest request)
        {
            var marshaller = new DeleteCacheParameterGroupRequestMarshaller();
            var unmarshaller = DeleteCacheParameterGroupResponseUnmarshaller.Instance;

            return Invoke<DeleteCacheParameterGroupRequest,DeleteCacheParameterGroupResponse>(request, marshaller, unmarshaller);
        }
AmazonElastiCacheClient