| 
            
              TimeoutExceptionTimeout Property
             | 
          
        
        
            The time-out value, in milliseconds. The default value is 0, which indicates an infinite time-out period. Specifying -1 also indicates an infinite time-out period.
            
        
        Namespace: GSF.Net.Snmp.MessagingAssembly: GSF.Net (in GSF.Net.dll) Version: 2.4.257-beta
Syntaxpublic int Timeout { get; }Public ReadOnly Property Timeout As Integer
	Get
public:
property int Timeout {
	int get ();
}member Timeout : int with get
 View SourceProperty Value
Int32
See Also