Click or drag to resize
GetFullVariableCommand Constructor (String, String)
Creates a new GetFullVariableCommand.

Namespace: AsterNET.FastAGI.Command
Assembly: AsterNET (in AsterNET.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public GetFullVariableCommand(
	string variable,
	string channel
)

Parameters

variable
Type: SystemString
the name of the variable to retrieve.
channel
Type: SystemString
the name of the channel.
See Also