scheduleOnce will not worked inisde AppDelegate

void HelloWorld::loadImage(){
this->scheduleOnce(schedule_selector(HelloWorld::displayImage), 10.0f);
}

Calling this method inside of AppDelegate::willEnterForeground() will not worked.