ManagerSet Method (IPEndPoint, String, IListVariable) |
Namespace:
Lextm.SharpSnmpLib.Messaging
Assembly:
SharpSnmpLib (in SharpSnmpLib.dll) Version: 12.4.0+601762d0e653a71ebb69af963204dfbfb6c26b74
Syntax public IList<Variable> Set(
IPEndPoint endpoint,
string community,
IList<Variable> variables
)
Public Function Set (
endpoint As IPEndPoint,
community As String,
variables As IList(Of Variable)
) As IList(Of Variable)
public:
IList<Variable^>^ Set(
IPEndPoint^ endpoint,
String^ community,
IList<Variable^>^ variables
)
member Set :
endpoint : IPEndPoint *
community : string *
variables : IList<Variable> -> IList<Variable>
Parameters
- endpoint
- Type: System.NetIPEndPoint
- community
- Type: SystemString
- variables
- Type: System.Collections.GenericIListVariable
Return Value
Type:
IListVariableSee Also