Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
requestContext
Type: Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContextThe context this operation is run.
theEvent
Type: System.ObjectThis is the object that represents the event data.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.