Click or drag to resize

ManagerSet Method (IPAddress, String, IListVariable)

Namespace:  Lextm.SharpSnmpLib.Messaging
Assembly:  SharpSnmpLib (in SharpSnmpLib.dll) Version: 12.4.0+601762d0e653a71ebb69af963204dfbfb6c26b74
Syntax
public IList<Variable> Set(
	IPAddress address,
	string community,
	IList<Variable> variables
)

Parameters

address
Type: System.NetIPAddress
community
Type: SystemString
variables
Type: System.Collections.GenericIListVariable

Return Value

Type: IListVariable
See Also