다음을 통해 공유


TeamFoundationNotificationService 클래스

상속 계층 구조

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

네임스페이스:  Microsoft.TeamFoundation.Server.Core
어셈블리:  Microsoft.TeamFoundation.Server.Core(Microsoft.TeamFoundation.Server.Core.dll)

구문

‘선언
<TeamFoundationServiceDependency(GetType(TeamFoundationRegistryService))> _
<TeamFoundationServiceDependency(GetType(TeamFoundationSecurityService))> _
<TeamFoundationServiceDependency(GetType(TeamFoundationIdentityService))> _
<TeamFoundationServiceDependency(GetType(TeamFoundationJobService))> _
<TeamFoundationServiceDependency(GetType(TeamFoundationLocationService))> _
<TeamFoundationServiceDependency(GetType(TeamFoundationSigningService))> _
Public NotInheritable Class TeamFoundationNotificationService _
    Implements ITeamFoundationService
[TeamFoundationServiceDependency(typeof(TeamFoundationRegistryService))]
[TeamFoundationServiceDependency(typeof(TeamFoundationSecurityService))]
[TeamFoundationServiceDependency(typeof(TeamFoundationIdentityService))]
[TeamFoundationServiceDependency(typeof(TeamFoundationJobService))]
[TeamFoundationServiceDependency(typeof(TeamFoundationLocationService))]
[TeamFoundationServiceDependency(typeof(TeamFoundationSigningService))]
public sealed class TeamFoundationNotificationService : ITeamFoundationService

TeamFoundationNotificationService 형식에서는 다음과 같은 멤버를 노출합니다.

메서드

  이름 설명
Public 메서드 AddEventTypes AddEventTypes는 publis 새 이벤트 형식이 지정된 하는 도구에 대 한 사용 됩니다.
Public 메서드 ConfirmPreferredEmailAddress 알림을 보내는 데 전자 메일 주소가 올바른지 확인 합니다.호스팅된 환경에서 기본이 아닌 전자 메일 주소 확인 해야 주소로 알림을 보낼 수 있습니다.
Public 메서드 Equals 지정한 개체와 현재 개체가 같은지 여부를 확인합니다. (Object에서 상속됨)
Public 메서드정적 멤버 EvaluateCondition
Public 메서드 FireEvent 하나의 이벤트를 발생 시킵니다.이 이벤트는 해당 등록 한 모든 구독을 배달할 수 있습니다.
Public 메서드 FireEvents 다양 한 이벤트를 발생 시킵니다.이러한 이벤트는에서 등록 한 모든 구독을 배달할 수 있습니다.
Public 메서드 FireSystemEvent FireSystemEvent는 서버에서 수행 된 사용자 작업을 대신 하 여 이벤트를 발생 하는 데 사용 됩니다.이것은 FireEvent 사용자 호출에 의해 트리거되는 이벤트입니다.
Public 메서드 GetEventSubscriptions(TeamFoundationRequestContext, IdentityDescriptor) GetEventSubscriptions는 특정 사용자 또는 모든 사용자에 대 한 구독을 검색 하는 데 사용 됩니다.
Public 메서드 GetEventSubscriptions(TeamFoundationRequestContext, IdentityDescriptor, String) GetEventSubscriptions는 특정 사용자 또는 모든 사용자에 대 한 구독을 검색 하는 데 사용 됩니다.이 오버 로드 분류 필터를 제공할 수 있도록 합니다.
Public 메서드 GetEventTypes GetEventTypes 서버에 등록 하는 이벤트의 집합을 검색 하는 데 사용 됩니다.
Public 메서드 GetHashCode 기본 해시 함수로 작동합니다. (Object에서 상속됨)
Public 메서드 GetType 현재 인스턴스의 Type을 가져옵니다. (Object에서 상속됨)
Public 메서드 SendPreferredEmailAddressConfirmation 기본 전자 메일 주소가 유효한 지 확인 하는 전자 메일을 보냅니다.이 메일을 보내고 메일 받을 작업 예약 대기 됩니다.호출자 id의 속성에 대 한 기본 전자 메일 주소를 설정 해야 합니다.
Public 메서드 SubscribeEvent(TeamFoundationRequestContext, IdentityDescriptor, String, String, DeliveryPreference, String) SubscribeEvent는 서버에서 발생 하는 이벤트를 새 이벤트 구독을 만드는 데 사용 됩니다. 구독은 특정 이벤트를 받을 수 있도록 사용자에 게 사용할 수 있는 필터의 수를 가질 수 있습니다.
Public 메서드 SubscribeEvent(TeamFoundationRequestContext, IdentityDescriptor, String, String, DeliveryPreference, String, Boolean)
Public 메서드 ToString 현재 개체를 나타내는 문자열을 반환합니다. (Object에서 상속됨)
Public 메서드 UnsubscribeEvent UnsubscribeEvent는 기존 이벤트 구독을 제거 하는 데 사용 됩니다.

위쪽

명시적 인터페이스 구현

  이름 설명
명시적 인터페이스 구현Private 메서드 ITeamFoundationService.ServiceEnd
명시적 인터페이스 구현Private 메서드 ITeamFoundationService.ServiceStart

위쪽

스레드로부터의 안전성

이 형식의 모든 공용 static(Visual Basic의 경우 Shared) 멤버는 스레드로부터 안전합니다. 인터페이스 멤버는 스레드로부터 안전하지 않습니다.

참고 항목

참조

Microsoft.TeamFoundation.Server.Core 네임스페이스