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




enterpriseId
The id of the enterprise (usually the value of sysObjectID).
Creates a TrapMessage that indicates a link is up.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal enterpriseId As String _
)
Visual Basic (Usage)Copy Code
Dim enterpriseId As String
 
Dim instance As New linkUp(enterpriseId)
C# 
public linkUp( 
   string enterpriseId
)
Managed Extensions for C++ 
public: linkUp( 
   string* enterpriseId
)
C++/CLI 
public:
linkUp( 
   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.