Udostępnij za pośrednictwem


Metoda ISubscriber.ProcessEvent —

Metoda wywoływana, gdy zdarzenie zostanie opublikowana przypadające na liście Typ subskrybowanego

Przestrzeń nazw:  Microsoft.TeamFoundation.Framework.Server
Zestaw:  Microsoft.TeamFoundation.Framework.Server (w Microsoft.TeamFoundation.Framework.Server.dll)

Składnia

'Deklaracja
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
)

Parametry

  • notificationEventArgs
    Typ: System.Object
    Obiekt, który został opublikowany
  • statusCode
    Typ: System.Int32%
    Kod, aby powrócić do użytkownika, gdy punkt decyzji nie powiedzie się.
  • statusMessage
    Typ: System.String%
    Wiadomości, aby powrócić do użytkownika po pkt decyzji nie powiedzie się.

Wartość zwracana

Typ: Microsoft.TeamFoundation.Framework.Server.EventNotificationStatus
Sttus przetwarzania zdarzeń.

Zabezpieczenia programu .NET Framework

Zobacz też

Informacje

ISubscriber Interfejs

Przestrzeń nazw Microsoft.TeamFoundation.Framework.Server