Share via


ISubscriber.ProcessEvent 메서드

메서드를 호출 하는 경우는 가입 된 형식 목록에서에 있는 이벤트 게시

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

구문

‘선언
Function ProcessEvent ( _
    requestContext As TeamFoundationRequestContext, _
    notificationType As NotificationType, _
    notificationEventArgs As Object, _
    <OutAttribute> ByRef statusCode As Integer, _
    <OutAttribute> ByRef statusMessage As String, _
    <OutAttribute> ByRef properties As ExceptionPropertyCollection _
) As EventNotificationStatus
EventNotificationStatus ProcessEvent(
    TeamFoundationRequestContext requestContext,
    NotificationType notificationType,
    Object notificationEventArgs,
    out int statusCode,
    out string statusMessage,
    out ExceptionPropertyCollection properties
)

매개 변수

  • statusCode
    형식: System.Int32%
    결정 사항에 실패할 경우 사용자에 게 반환 하기 위한 코드
  • statusMessage
    형식: System.String%
    결정 사항에 실패할 경우 사용자에 게 반환 하는 메시지

반환 값

형식: Microsoft.TeamFoundation.Framework.Server.EventNotificationStatus
Sttus 이벤트를 처리 합니다.

.NET Framework 보안

  • 직접 실행 호출자의 경우 완전히 신뢰합니다. 이 멤버는 부분적으로 신뢰할 수 있는 코드에서 사용할 수 없습니다. 자세한 내용은 부분 신뢰 코드에서 라이브러리 사용을 참조하십시오.

참고 항목

참조

ISubscriber 인터페이스

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