You are here

public function ServicesClientEventResult::retry in Services Client 7.2

Retry event.

Return value

ServicesClientEventResult Result of new operation.

File

include/plugin.inc, line 395
Base plugin definitions. All other plugins should be extended from this set of plugins.

Class

ServicesClientEventResult
Class for handling event operation results.

Code

public function retry() {
  return $this
    ->getHandler()
    ->execute();
}