NotificationSource Class
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 | |
---|---|---|
Equals(NotificationSource) | Compares one NotificationSource object to another NotificationSource object. |
|
Equals(Object) | Calls the Equals method with the specified object.(Overrides Object.Equals(Object).) |
|
Finalize() | (Inherited from Object.) |
|
GetHashCode() | Returns a hash code for the NotificationSource object.(Overrides Object.GetHashCode().) |
|
GetType() | (Inherited from Object.) |
|
MemberwiseClone() | (Inherited from Object.) |
|
ToString() | Returns a String that represents the current object.(Overrides Object.ToString().) |
Operators
Name | Description | |
---|---|---|
Equality(NotificationSource, NotificationSource) | Compares two NotificationSource objects for equality by using the == operator. |
|
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