This documentation is archived and is not being maintained.

IEventService.FireEvents Method

Schedules events 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 FireEvents : 
        theEvents:IEnumerable<Object> -> unit

Parameters

theEvents
Type: System.Collections.Generic.IEnumerable(Object)

The event to execute.

Show: