TeamFoundationNotificationService.FireSystemEvent Method

FireSystemEvent is used by the server to fire events on behalf of user actions that have taken place. This is unlike FireEvent which is an event triggered by a user call.

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

Syntax

'Declaration
Public Sub FireSystemEvent ( _
    requestContext As TeamFoundationRequestContext, _
    theEvent As Object _
)
public void FireSystemEvent(
    TeamFoundationRequestContext requestContext,
    Object theEvent
)
public:
virtual void FireSystemEvent(
    TeamFoundationRequestContext^ requestContext, 
    Object^ theEvent
) sealed
abstract FireSystemEvent : 
        requestContext:TeamFoundationRequestContext * 
        theEvent:Object -> unit  
override FireSystemEvent : 
        requestContext:TeamFoundationRequestContext * 
        theEvent:Object -> unit
public final function FireSystemEvent(
    requestContext : TeamFoundationRequestContext, 
    theEvent : Object
)

Parameters

  • theEvent
    Type: System.Object

    This is the object that represents the event data.

.NET Framework Security

See Also

Reference

TeamFoundationNotificationService Class

Microsoft.TeamFoundation.Server.Core Namespace