Freigeben über


TeamFoundationEventService.AsyncPublishNotification-Methode

Veröffentlicht ein asynchrones Ereignis mithilfe eines Systemanforderungskontexts: Beachten Sie, dass dieses sind *ANY* Hosts aufwacht, die unter Umständen inaktiv.

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

Syntax

'Declaration
Public Sub AsyncPublishNotification ( _
    requestContext As TeamFoundationRequestContext, _
    hostId As Guid, _
    notificationEvent As Object _
)
public void AsyncPublishNotification(
    TeamFoundationRequestContext requestContext,
    Guid hostId,
    Object notificationEvent
)

Parameter

  • hostId
    Typ: System.Guid
    Der Host, um des Ereignisses in auszulösen

.NET Framework-Sicherheit

Siehe auch

Referenz

TeamFoundationEventService Klasse

Microsoft.TeamFoundation.Framework.Server-Namespace