AAO DRAMA C++ Interface (Old style)
DRAMA C++, Depreciated, don't use for new code

◆ SetName()

virtual void DcppTask::SetName ( const char *const  TaskName)
inlinevirtualinherited

Set the task name.

This is the name to be used on DcppTask::GetPath operations, and is ignored if we already have the path. It can include the nodename using the "taskname\@nodename" format, in which case the node name is removed and used in (in effect) a call to Dcpp::SetLocation.

See also
DcppTask::SetLocation
Parameters
TaskNameThe new name to be used as the task name for this object.