Click or drag to resize

TimeoutExceptionCreate Method

Creates a TimeoutException.

Namespace: GSF.Net.Snmp.Messaging
Assembly: GSF.Net (in GSF.Net.dll) Version: 2.4.181-beta
Syntax
public static TimeoutException Create(
	IPAddress agent,
	int timeout
)
View Source

Parameters

agent  IPAddress
Agent address
timeout  Int32
Timeout

Return Value

TimeoutException
See Also