| AGIScriptSetContext Method |
Sets the context for continuation upon exiting the application.
Namespace: AsterNET.FastAGIAssembly: AsterNET (in AsterNET.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax protected void SetContext(
string context
)
Protected Sub SetContext (
context As String
)
protected:
void SetContext(
String^ context
)
member SetContext :
context : string -> unit
Parameters
- context
- Type: SystemString
[Missing <param name="context"/> documentation for "M:AsterNET.FastAGI.AGIScript.SetContext(System.String)"]
See Also