This documentation is archived and is not being maintained.

TeamFoundationNotificationService Class

Visual Studio 2013

System.Object
  Microsoft.TeamFoundation.Server.Core.TeamFoundationNotificationService

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

'Declaration
<TeamFoundationServiceDependency(GetType(TeamFoundationRegistryService))> _
<TeamFoundationServiceDependency(GetType(TeamFoundationSecurityService))> _
<TeamFoundationServiceDependency(GetType(TeamFoundationIdentityService))> _
<TeamFoundationServiceDependency(GetType(TeamFoundationJobService))> _
<TeamFoundationServiceDependency(GetType(TeamFoundationLocationService))> _
<TeamFoundationServiceDependency(GetType(TeamFoundationSigningService))> _
Public NotInheritable Class TeamFoundationNotificationService _
	Implements ITeamFoundationService

The TeamFoundationNotificationService type exposes the following members.

  NameDescription
Public methodAddEventTypesAddEventTypes is used to publis new event types for a given tool.
Public methodConfirmPreferredEmailAddressConfirms an email address is valid for sending notifications. In the hosted environment, non-default email addresses must be verified before notifications may be sent to the address.
Public methodEqualsDetermines whether the specified object is equal to the current object. (Inherited from Object.)
Public methodStatic memberEvaluateCondition
Public methodFireEventFires a single event. This event will the be delivered to all subscriptions that have signed up.
Public methodFireEventsFires a collection of events. These events will the be delivered to all subscriptions that have signed up.
Public methodFireSystemEventFireSystemEvent is used by the server to fire events on behalf of user actions that have taken place. This is unlike FireEvent which is an event triggered by a user call.
Public methodGetEventSubscriptions(TeamFoundationRequestContext, IdentityDescriptor)GetEventSubscriptions is used to retrieve a set of subscriptions for a specific user or all users.
Public methodGetEventSubscriptions(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 methodGetEventTypesGetEventTypes is used to retrieve the set of events registered on the server.
Public methodGetHashCodeServes as the default hash function. (Inherited from Object.)
Public methodGetTypeGets the Type of the current instance. (Inherited from Object.)
Public methodSendPreferredEmailAddressConfirmationSends an email 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 methodSubscribeEvent(TeamFoundationRequestContext, IdentityDescriptor, String, String, DeliveryPreference, String)SubscribeEvent is used to create a new event subscription to events that are fired on the server. subscriptions can have a number of filters that enable to user to only recieve specific events.
Public methodSubscribeEvent(TeamFoundationRequestContext, IdentityDescriptor, String, String, DeliveryPreference, String, Boolean)
Public methodToStringReturns a string that represents the current object. (Inherited from Object.)
Public methodUnsubscribeEventUnsubscribeEvent is used to remove an existing event subscription.
Top

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