Initializes the NotificationRecipientDevice class with the name of the protocol used to send notifications to this device, and the address of the device. Namespace: Microsoft.EnterpriseManagement.Administration
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in microsoft.enterprisemanagement.operationsmanager.dll)

Usage

Visual Basic
Dim protocol As String
Dim address As String

Dim instance As New NotificationRecipientDevice(protocol, address)

Syntax

Visual Basic
Public Sub New ( _
		protocol As String, _
		address As String _
)
C#
public NotificationRecipientDevice (
		string protocol,
		string address
)
C++
public:
NotificationRecipientDevice (
		String^ protocol, 
		String^ address
)
J#
public NotificationRecipientDevice (
		String protocol, 
		String address
)
JScript
public function NotificationRecipientDevice (
		protocol : String, 
		address : String
)

Parameters

protocol
address

Remarks

After initializing a NotificationRecipientDevice, you can add it to a specific recipient's Devices list.


Platforms

Development Platforms

Windows Server 2008, Windows Vista, Windows Server 2003, and Windows XP

Target Platforms

Windows Server 2008,Windows Server 2003,Windows Vista,Windows XP

See Also