nn::boss::TaskActionBase::SetLastModifiedTime Member Function

Syntax

nn::Result SetLastModifiedTime(
const char * pLastModifiedTime
);

Arguments

Name Description
in pLastModifiedTime The LastModifiedTime string to set. (This string is set in the If-Modified-Since HTTP request header field.)

Return Values

Returns the function's execution result. Returns one of the Result values listed below.
Value Description
ResultSuccess Set successfully.
ResultInvalidPropertyValue The property value pointer is NULL.
A value other than the above. Unexpected error (see boss_Result.h for details).

Description

Sets the initial value for the LastModifiedTime.

Revision History

2010/09/16
Initial version.

CONFIDENTIAL