TeamFoundationNotificationService.FireSystemEvent Method

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

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

Syntax

'Declaration
Public Sub FireSystemEvent ( _
    requestContext As TeamFoundationRequestContext, _
    theEvent As Object _
)
public void FireSystemEvent(
    TeamFoundationRequestContext requestContext,
    Object theEvent
)
public:
void FireSystemEvent(
    TeamFoundationRequestContext^ requestContext, 
    Object^ theEvent
)
member FireSystemEvent : 
        requestContext:TeamFoundationRequestContext * 
        theEvent:Object -> unit
public 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.Framework.Server Namespace