INotificationManagement.Send Method (IDictionary, NotificationMessage, String)
[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Sends a notification from the Service Manager server that contains a message.
Namespace: Microsoft.EnterpriseManagement
Assembly: Microsoft.EnterpriseManagement.Core (in Microsoft.EnterpriseManagement.Core.dll)
Usage
'Usage
Dim instance As INotificationManagement
Dim toAddresses As IDictionary(Of NotificationRecipientType, IList(Of String))
Dim message As NotificationMessage
Dim fromAddress As String
instance.Send(toAddresses, message, fromAddress)
Syntax
'Declaration
Sub Send ( _
toAddresses As IDictionary(Of NotificationRecipientType, IList(Of String)), _
message As NotificationMessage, _
fromAddress As String _
)
void Send (
IDictionary<NotificationRecipientType,IList<string>> toAddresses,
NotificationMessage message,
string fromAddress
)
void Send (
IDictionary<NotificationRecipientType, IList<String^>^>^ toAddresses,
NotificationMessage^ message,
String^ fromAddress
)
void Send (
IDictionary<NotificationRecipientType,IList<String>> toAddresses,
NotificationMessage message,
String fromAddress
)
function Send (
toAddresses : IDictionary<NotificationRecipientType,IList<String>>,
message : NotificationMessage,
fromAddress : String
)
Parameters
toAddresses
Type: String}}The address for the notification recipient.
message
Type: NotificationMessageThe notification message.
fromAddress
Type: StringThe address of the notification sender.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
Windows Vista, Windows Server 2003, and
Target Platforms
Windows Server 2008,Windows Server 2003
See Also
Reference
INotificationManagement Interface
INotificationManagement Members
Microsoft.EnterpriseManagement Namespace