TimeoutExceptionCreate Method |
Namespace:
Lextm.SharpSnmpLib.Messaging
Assembly:
SharpSnmpLib (in SharpSnmpLib.dll) Version: 12.4.0+601762d0e653a71ebb69af963204dfbfb6c26b74
Syntax public static TimeoutException Create(
IPAddress agent,
int timeout
)
Public Shared Function Create (
agent As IPAddress,
timeout As Integer
) As TimeoutException
public:
static TimeoutException^ Create(
IPAddress^ agent,
int timeout
)
static member Create :
agent : IPAddress *
timeout : int -> TimeoutException
Parameters
- agent
- Type: System.NetIPAddress
- timeout
- Type: SystemInt32
Return Value
Type:
TimeoutExceptionSee Also