Click or drag to resize
AGIScriptSetContext Method
Sets the context for continuation upon exiting the application.

Namespace: AsterNET.FastAGI
Assembly: AsterNET (in AsterNET.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
protected void SetContext(
	string context
)

Parameters

context
Type: SystemString

[Missing <param name="context"/> documentation for "M:AsterNET.FastAGI.AGIScript.SetContext(System.String)"]

See Also