NotificationSource Class

 

Represents the source of a Notification object or NotificationChangeRequest object.

Namespace:   Microsoft.WindowsServerSolutions.Common.ProviderFramework.Notifications
Assembly:  CoreProviders (in CoreProviders.dll)

System::Object
  Microsoft.WindowsServerSolutions.Common.ProviderFramework.Notifications::NotificationSource

[DataContractAttribute(Namespace = "http://www.microsoft.com/WindowsServerSolutions/ProviderFramework/Notifications/3/2010")]
public ref class NotificationSource : IEquatable<NotificationSource^>

NameDescription
System_CAPS_pubmethodEquals(NotificationSource^)

Compares one NotificationSource object to another NotificationSource object.

System_CAPS_pubmethodEquals(Object^)

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

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

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

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

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

NameDescription
System_CAPS_puboperatorSystem_CAPS_staticEquality(NotificationSource^, NotificationSource^)

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

System_CAPS_puboperatorSystem_CAPS_staticInequality(NotificationSource^, NotificationSource^)

Compares two NotificationSource objects for inequality by using the != operator.

Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top

Community Additions

ADD
Show: