Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Represents the arguments for the GetAllLocalAlertsCompleted event of the LocalAlertManager object or the GetAllNetworkAlertsCompleted event of the NetworkAlertManager object.
Namespace: Microsoft.WindowsServerSolutions.NetworkHealth.AlertFramework
Assembly: AlertFramework (in AlertFramework.dll)
Inheritance Hierarchy
System.Object
System.EventArgs
System.ComponentModel.AsyncCompletedEventArgs
Microsoft.WindowsServerSolutions.NetworkHealth.AlertFramework.GetAlertsCompletedEventArgs
Syntax
public class GetAlertsCompletedEventArgs : AsyncCompletedEventArgs
public ref class GetAlertsCompletedEventArgs : AsyncCompletedEventArgs
Public Class GetAlertsCompletedEventArgs
Inherits AsyncCompletedEventArgs
Properties
Name | Description | |
---|---|---|
![]() |
Alerts | Gets a collection of Alert objects. |
![]() |
Cancelled | (Inherited from AsyncCompletedEventArgs.) |
![]() |
Error | (Inherited from AsyncCompletedEventArgs.) |
![]() |
UserState | (Inherited from AsyncCompletedEventArgs.) |
Methods
Name | Description | |
---|---|---|
![]() |
Equals(Object) | (Inherited from Object.) |
![]() |
Finalize() | (Inherited from Object.) |
![]() |
GetHashCode() | (Inherited from Object.) |
![]() |
GetType() | (Inherited from Object.) |
![]() |
MemberwiseClone() | (Inherited from Object.) |
![]() |
RaiseExceptionIfNecessary() | (Inherited from AsyncCompletedEventArgs.) |
![]() |
ToString() | (Inherited from Object.) |
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.
See Also
Microsoft.WindowsServerSolutions.NetworkHealth.AlertFramework Namespace
Return to top