Compartilhar via


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
System_CAPS_pubmethod Equals(NotificationSource)

Compares one NotificationSource object to another NotificationSource object.

System_CAPS_pubmethod Equals(Object)

Calls the Equals method with the specified object.(Overrides Object.Equals(Object).)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

Returns a hash code for the NotificationSource object.(Overrides Object.GetHashCode().)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod ToString()

Returns a String that represents the current object.(Overrides Object.ToString().)

Operators

Name Description
System_CAPS_puboperatorSystem_CAPS_static Equality(NotificationSource, NotificationSource)

Compares two NotificationSource objects for equality by using the == operator.

System_CAPS_puboperatorSystem_CAPS_static 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