PowerSNMP for .NET CF
egpNeighborLoss Constructor
See Also  Send comments on this topic.
Dart.Snmp.Trap Namespace > egpNeighborLoss Class : egpNeighborLoss Constructor




enterpriseId
The id of the enterprise (usually the value of sysObjectID).
Creates a TrapMessage that indicates an EGP peer has been marked down.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal enterpriseId As String _
)
Visual Basic (Usage)Copy Code
Dim enterpriseId As String
 
Dim instance As New egpNeighborLoss(enterpriseId)
C# 
public egpNeighborLoss( 
   string enterpriseId
)
Managed Extensions for C++ 
public: egpNeighborLoss( 
   string* enterpriseId
)
C++/CLI 
public:
egpNeighborLoss( 
   String^ enterpriseId
)

Parameters

enterpriseId
The id of the enterprise (usually the value of sysObjectID).

Requirements

Target Platforms: Microsoft .NET Framework 2.0

See Also

Documentation Version 4.2
© 2010 Dart Communications. All Rights Reserved.