Freigeben über


ITeamFoundationEventService.PublishNotification-Methode

Veröffentlicht ein asynchrones Ereignis mithilfe eines Systemanforderungskontexts.

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

Syntax

'Declaration
Sub PublishNotification ( _
    requestContext As TeamFoundationRequestContext, _
    notificationEvent As Object _
)
void PublishNotification(
    TeamFoundationRequestContext requestContext,
    Object notificationEvent
)

Parameter

  • notificationEvent
    Typ: System.Object
    Das zu veröffentlichenden Ereignis

.NET Framework-Sicherheit

Siehe auch

Referenz

ITeamFoundationEventService Schnittstelle

Microsoft.TeamFoundation.Framework.Server-Namespace