Get/Set Udp agent maximum retry value. Value of 0 (zero) will result in a single request being sent without further retry attempts.

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

Syntax

         
 C#  Visual Basic  Visual C++ 
public int Retry { get; set; }
Public Property Retry As Integer
public:
property int Retry {
	int get ();
	void set (int value);
}

See Also