SnmpV3Host Constructor (String, UInt16, SnmpV3Community)
[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Namespace: Microsoft.EnterpriseManagement.NetworkMonitoring
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)
Usage
'Usage
Dim hostname As String
Dim port As UShort
Dim community As SnmpV3Community
Dim instance As New SnmpV3Host(hostname, port, community)
Syntax
'Declaration
Public Sub New ( _
hostname As String, _
port As UShort, _
community As SnmpV3Community _
)
public SnmpV3Host (
string hostname,
ushort port,
SnmpV3Community community
)
public:
SnmpV3Host (
String^ hostname,
unsigned short port,
SnmpV3Community^ community
)
public SnmpV3Host (
String hostname,
UInt16 port,
SnmpV3Community community
)
public function SnmpV3Host (
hostname : String,
port : ushort,
community : SnmpV3Community
)
Parameters
- hostname
- port
- community
Platforms
Development Platforms
Windows Vista, Windows Server 2003, and
Target Platforms
See Also
Reference
SnmpV3Host Class
SnmpV3Host Members
Microsoft.EnterpriseManagement.NetworkMonitoring Namespace