cancelUpdate method

void cancelUpdate()

Cancel the update request.

Throws

  • An exception if it fails.

Implementation

void cancelUpdate() {
  objectMethod(_pointerId, 'RouteTrafficEvent', 'cancelUpdate');
}