AdvantageCMS.Core.Common.BaseClasses Namespace
Advantage CSP

AsyncJob Constructor (Type, Boolean, Boolean, String)

Initializes a new instance of the AsyncJob class.

Namespace:  AdvantageCMS.Core.Common.AsyncJob
Assembly:  AdvantageCMS.Core (in AdvantageCMS.Core.dll)

Syntax


public AsyncJob(
	Type asyncJobType,
	bool enabled,
	bool stopOnError,
	string name
)

Parameters

asyncJobType
Type: Type
Type of the asynchronous job.
enabled
Type: Boolean
if set to true [enabled].
stopOnError
Type: Boolean
if set to true [stop on error].
name
Type: String
The name.