Méthode | Description | |
---|---|---|
Execute ( IJobExecutionContext context ) : void |
Executes the specified context.
|
|
SendFollowingEvents ( ) : System |
Empty constructor for job initialization Jobs require a public empty constructor so that the scheduler can instantiate the class whenever it needs.
|
public Execute ( IJobExecutionContext context ) : void | ||
context | IJobExecutionContext | The context. |
Résultat | void |