C# Класс Rock.Jobs.LocationServicesVerify

Наследование: IJob
Показать файл Открыть проект

Открытые методы

Метод Описание
Execute ( IJobExecutionContext context ) : void

Job that updates the JobPulse setting with the current date/time. This will allow us to notify an admin if the jobs stop running. Called by the IScheduler when a ITrigger fires that is associated with the IJob.

LocationServicesVerify ( ) : System

Empty constructor for job initilization

Jobs require a public empty constructor so that the scheduler can instantiate the class whenever it needs.

Описание методов

Execute() публичный Метод

Job that updates the JobPulse setting with the current date/time. This will allow us to notify an admin if the jobs stop running. Called by the IScheduler when a ITrigger fires that is associated with the IJob.
public Execute ( IJobExecutionContext context ) : void
context IJobExecutionContext
Результат void

LocationServicesVerify() публичный Метод

Empty constructor for job initilization

Jobs require a public empty constructor so that the scheduler can instantiate the class whenever it needs.

public LocationServicesVerify ( ) : System
Результат System