Delete VB from the specified location in the VarBind list

Namespace:  SnmpSharpNet
Assembly:  SnmpSharpNet (in SnmpSharpNet.dll) Version: 0.5.2.0 (0.5.2.0)

Syntax

C#
public void DeleteVb(
	int pos
)
Visual Basic (Declaration)
Public Sub DeleteVb ( _
	pos As Integer _
)
Visual C++
public:
void DeleteVb(
	int pos
)

Parameters

pos
Type: System..::.Int32
0 based VB location

See Also