Share via


ITeamFoundationEventService.PublishNotification Method

Publishes an asynchronous event using a system request context.

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
)
void PublishNotification(
    TeamFoundationRequestContext^ requestContext, 
    Object^ notificationEvent
)
abstract PublishNotification : 
        requestContext:TeamFoundationRequestContext * 
        notificationEvent:Object -> unit
function PublishNotification(
    requestContext : TeamFoundationRequestContext, 
    notificationEvent : Object
)

Parameters

  • notificationEvent
    Type: System.Object

    The event to be published

.NET Framework Security

See Also

Reference

ITeamFoundationEventService Interface

Microsoft.TeamFoundation.Framework.Server Namespace