Click or drag to resize
SetPriorityCommand Constructor (Int32)
Creates a new SetPriorityCommand.

Namespace: AsterNET.FastAGI.Command
Assembly: AsterNET (in AsterNET.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public SetPriorityCommand(
	int priority
)

Parameters

priority
Type: SystemInt32
the priority for continuation upon exiting the application.
See Also