This documentation is archived and is not being maintained.

IEventService.FireEvent Method

Schedules an event to be raised by the server to all matching subscribers.

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

abstract FireEvent : 
        theEvent:Object -> unit

Parameters

theEvent
Type: System.Object

The event to execute.

Show: