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 source of a Notification object or NotificationChangeRequest object.
Namespace:   Microsoft.WindowsServerSolutions.Common.ProviderFramework.Notifications
Assembly:  CoreProviders (in CoreProviders.dll)
Inheritance Hierarchy
System.Object
  Microsoft.WindowsServerSolutions.Common.ProviderFramework.Notifications.NotificationSource
Syntax
[DataContractAttribute(Namespace = "https://www.microsoft.com/WindowsServerSolutions/ProviderFramework/Notifications/3/2010")]
public class NotificationSource : IEquatable<NotificationSource>
[DataContractAttribute(Namespace = "https://www.microsoft.com/WindowsServerSolutions/ProviderFramework/Notifications/3/2010")]
public ref class NotificationSource : IEquatable<NotificationSource^>
<DataContractAttribute(Namespace := "https://www.microsoft.com/WindowsServerSolutions/ProviderFramework/Notifications/3/2010")>
Public Class NotificationSource
    Implements IEquatable(Of NotificationSource)
Methods
| Name | Description | |
|---|---|---|
| .jpeg) | Equals(NotificationSource) | Compares one NotificationSource object to another NotificationSource object. | 
| .jpeg) | Equals(Object) | Calls the Equals method with the specified object.(Overrides Object.Equals(Object).) | 
| .jpeg) | Finalize() | (Inherited from Object.) | 
| .jpeg) | GetHashCode() | Returns a hash code for the NotificationSource object.(Overrides Object.GetHashCode().) | 
| .jpeg) | GetType() | (Inherited from Object.) | 
| .jpeg) | MemberwiseClone() | (Inherited from Object.) | 
| .jpeg) | ToString() | Returns a String that represents the current object.(Overrides Object.ToString().) | 
Operators
| Name | Description | |
|---|---|---|
| .jpeg) .jpeg) | Equality(NotificationSource, NotificationSource) | Compares two NotificationSource objects for equality by using the == operator. | 
| .jpeg) .jpeg) | Inequality(NotificationSource, NotificationSource) | Compares two NotificationSource objects for inequality by using the != operator. | 
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.Common.ProviderFramework.Notifications Namespace
Return to top