| 
            
              ManagerTimeout Property
             | 
          
        
        
            Timeout value.
            
        
        Namespace: GSF.Net.Snmp.MessagingAssembly: GSF.Net (in GSF.Net.dll) Version: 2.4.257-beta
Syntaxpublic int Timeout { get; set; }Public Property Timeout As Integer
	Get
	Set
public:
property int Timeout {
	int get ();
	void set (int value);
}member Timeout : int with get, set
function get_Timeout();
function set_Timeout(value);
 View SourceProperty Value
Int32
RemarksBy default, the value is 5,000-milliseconds (5 seconds).
See Also