Click or drag to resize
SetContextCommand Constructor
Creates a new SetPriorityCommand.

Namespace: AsterNET.FastAGI.Command
Assembly: AsterNET (in AsterNET.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public SetContextCommand(
	string context
)

Parameters

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