Advanced Alerting APIs
Scheduler Interface Reference

Provides the ability to immediately reschedule monitoring jobs. More...

List of all members.

Public Member Functions

void reschedule ()
void reschedule (object args)

Detailed Description

Provides the ability to immediately reschedule monitoring jobs.

Author:
Matt Rodriguez

Member Function Documentation

void reschedule ( )

Reschedule a monitoring job immediately. Use this function by calling neustar.scheduler.reschedule. The monitoring job will be rescheduled at a different agent location.

void reschedule ( object  args)
Parameters:
argsa javascript object which must contain the attribute location. The location is the agent location where the job will be rescheduled.
 All Classes Functions