SNMPVariableCollection.ReadFiltered Method

<< Click to Display Table of Contents >>

Navigation:  »No topics above this level«

SNMPVariableCollection.ReadFiltered Method

BR.AN.PviServices .NET


Read a subset off all SNMP variables.

[Visual Basic]

Public Sub ReadFiltered( _

  ByVal filter As List(Of String) _

)

[C#]

public int ReadFiltered(

  List<string> filter

);

Parameters

filter

List of all variable names to read

Return Value

Zero on success.

See Also

SNMPVariableCollection Class | BR.AN.PviServices Namespace


Generated from assembly BR.AN.PviServices [8.1.0.4]