|
ManagerTimeout Property
|
Timeout value.
Namespace: GSF.Net.Snmp.MessagingAssembly: GSF.Net (in GSF.Net.dll) Version: 2.4.205-beta
Syntax public 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
Int32Remarks By default, the value is 5,000-milliseconds (5 seconds).
See Also