PowerSNMP for .NET
egpNeighborLoss Constructor




The id of the enterprise (usually the value of sysObjectID).
System uptime, usually taken from Dart.Snmp.Agent.SysUpTime.
Creates a Dart.Snmp.Trap1Message that indicates an EGP peer has been marked down.
Syntax
Public Function New( _
   ByVal enterpriseId As String, _
   ByVal sysUpTime As Long _
)
Dim enterpriseId As String
Dim sysUpTime As Long
 
Dim instance As New egpNeighborLoss(enterpriseId, sysUpTime)
public egpNeighborLoss( 
   string enterpriseId,
   long sysUpTime
)
public: egpNeighborLoss( 
   string* enterpriseId,
   long sysUpTime
)
public:
egpNeighborLoss( 
   String^ enterpriseId,
   int64 sysUpTime
)

Parameters

enterpriseId
The id of the enterprise (usually the value of sysObjectID).
sysUpTime
System uptime, usually taken from Dart.Snmp.Agent.SysUpTime.
See Also

Reference

egpNeighborLoss Class
egpNeighborLoss Members

6.1.1.2
PowerSNMP for .NET Documentation Version 7.0
© 2023 Dart Communications. All Rights Reserved.
Send comments on this topic