AsyncJob Methods
The AsyncJob type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
|
|
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.
|
|
|
Stop |
Stops the async job by disabling it and forwarding the stop request to the underlying job instance.
|

