Click or drag to resize
ProcessingPriorityAttribute Constructor
Initializes a new instance of the ProcessingPriorityAttribute class with given priority.

Namespace: CMS.Core.Internal
Assembly: CMS.Core (in CMS.Core.dll) Version: 13.0.131
Syntax
C#
public ProcessingPriorityAttribute(
	int priority
)

Parameters

priority
Type: SystemInt32
Processing priority number.
See Also