Click or drag to resize

HandlerMapping(String, String, String, String) Constructor

Initializes a new instance of the HandlerMapping class.

Namespace: GSF.Net.Snmp.Pipeline
Assembly: GSF.Net (in GSF.Net.dll) Version: 2.4.181-beta
Syntax
public HandlerMapping(
	string version,
	string command,
	string type,
	string assembly
)
View Source

Parameters

version  String
The version.
command  String
The command.
type  String
The type.
assembly  String
The assembly.
See Also