TeamFoundationNotificationService Class

Inheritance Hierarchy

System.Object
  Microsoft.TeamFoundation.Framework.Server.TeamFoundationNotificationService

Namespace:  Microsoft.TeamFoundation.Framework.Server
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)

Syntax

'Declaration
<TeamFoundationServiceDependency(GetType(TeamFoundationRegistryService))> _
Public NotInheritable Class TeamFoundationNotificationService _
    Implements ITeamFoundationService
[TeamFoundationServiceDependency(typeof(TeamFoundationRegistryService))]
public sealed class TeamFoundationNotificationService : ITeamFoundationService
[TeamFoundationServiceDependency(typeof(TeamFoundationRegistryService))]
public ref class TeamFoundationNotificationService sealed : ITeamFoundationService
[<Sealed>]
[<TeamFoundationServiceDependency(typeof(TeamFoundationRegistryService))>]
type TeamFoundationNotificationService =  
    class 
        interface ITeamFoundationService 
    end
public final class TeamFoundationNotificationService implements ITeamFoundationService

The TeamFoundationNotificationService type exposes the following members.

Methods

  Name Description
Public method AddEventTypes AddEventTypes is used to publish new event types for a given tool.
Public method ConfirmPreferredEmailAddress Confirm an e-mail address is valid for sending notifications. In the hosted environment, non-default e-mail addresses must be verified before notifications may be sent to the address.
Public method Equals Determines whether the specified object is equal to the current object. (Inherited from Object.)
Public method FireEvent Fire a single event. This event will then be delivered to all subscriptions that have signed up.
Public method FireEvents Fire a collection of events. These events will then be delivered to all subscriptions that have signed up.
Public method FireSystemEvent FireSystemEvent is used by the server to raise events on behalf of user actions that have occurred. This is unlike FireEvent, which is an event triggered by a user call.
Public method GetEventSubscriptions(TeamFoundationRequestContext, IdentityDescriptor) GetEventSubscriptions is used to retrieve a set of subscriptions for a specific user or all users.
Public method GetEventSubscriptions(TeamFoundationRequestContext, IdentityDescriptor, String) GetEventSubscriptions is used to retrieve a set of subscriptions for a specific user or all users. This overload also allows the caller to supply a classification filter.
Public method GetEventTypes GetEventTypes is used to retrieve the set of events registered on the server.
Public method GetHashCode Serves as a hash function for a particular type. (Inherited from Object.)
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Public method SendPreferredEmailAddressConfirmation Send an email message to confirm a preferred email address is valid. This will queue the mail to be sent and schedule a job to send the email. The caller should set the identity's property for the preferred email address.
Public method SubscribeEvent SubscribeEvent is used to create a new event subscription to events that are fired on the server. Subscriptions can have several filters that enable to user to only recieve specific events.
Public method ToString Returns a string that represents the current object. (Inherited from Object.)
Public method UnsubscribeEvent UnsubscribeEvent is used to remove an existing event subscription.

Top

Explicit Interface Implementations

  Name Description
Explicit interface implemetationPrivate method ITeamFoundationService.ServiceEnd
Explicit interface implemetationPrivate method ITeamFoundationService.ServiceStart

Top

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

Reference

Microsoft.TeamFoundation.Framework.Server Namespace