Click or drag to resize
ChannelStatusCommand Constructor (String)
Creates a new ChannelStatusCommand that queries the given channel.

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

Parameters

channel
Type: SystemString
the name of the channel to query.
See Also