AdvantageCMS.Core.Common.BaseClasses Namespace
Build With Advantage

AsyncJob Methods

The AsyncJob type exposes the following members.

Methods


  Name Description
Public method Execute
Executes the async job by creating the job instance, registering it with the hosting environment, and running it. If StopOnError is true and an exception occurs, the job is disabled.
Public method Stop
Stops the async job by disabling it and forwarding the stop request to the underlying job instance.