Click or drag to resize
SetPriorityCommand Constructor (String)
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(
	string label
)

Parameters

label
Type: SystemString
the label for continuation upon exiting the application.
See Also