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)

Syntax

'Declaration
Sub FireEvents ( _
    theEvents As IEnumerable(Of Object) _
)
void FireEvents(
    IEnumerable<Object> theEvents
)
void FireEvents(
    IEnumerable<Object^>^ theEvents
)
abstract FireEvents : 
        theEvents:IEnumerable<Object> -> unit
function FireEvents(
    theEvents : IEnumerable<Object>
)

Parameters

.NET Framework Security

See Also

Reference

IEventService Interface

Microsoft.TeamFoundation.Framework.Client Namespace