Share via


AlertEmailManager.SendAlertEmailAsyncCompleted Event

Namespace: Microsoft.WindowsServerSolutions.NetworkHealth.AlertEmail.ObjectModel
Assembly: AlertFramework (in AlertFramework.dll)

Usage

'Usage
Dim instance As AlertEmailManager
Dim handler As EventHandler(Of AsyncCompletedEventArgs)

AddHandler instance.SendAlertEmailAsyncCompleted, handler

Syntax

'Declaration
Public Event SendAlertEmailAsyncCompleted As EventHandler(Of AsyncCompletedEventArgs)
public event EventHandler<AsyncCompletedEventArgs> SendAlertEmailAsyncCompleted
public:
event EventHandler<AsyncCompletedEventArgs^>^ SendAlertEmailAsyncCompleted {
    void add (EventHandler<AsyncCompletedEventArgs^>^ value);
    void remove (EventHandler<AsyncCompletedEventArgs^>^ value);
}
/** @event */
public void add_SendAlertEmailAsyncCompleted (EventHandler<AsyncCompletedEventArgs> value)

/** @event */
public void remove_SendAlertEmailAsyncCompleted (EventHandler<AsyncCompletedEventArgs> value)

Platforms

Development Platforms

Windows Server 2008 R2 x64, Windows 7 x64, Windows Server 2008 x64, Windows Vista x64

See Also

Reference

AlertEmailManager Class
AlertEmailManager Members
Microsoft.WindowsServerSolutions.NetworkHealth.AlertEmail.ObjectModel Namespace

Copyright © 2013 by Microsoft Corporation. All rights reserved.