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)

Syntax

'Declaration
Sub FireEvent ( _
    theEvent As Object _
)
void FireEvent(
    Object theEvent
)
void FireEvent(
    Object^ theEvent
)
abstract FireEvent : 
        theEvent:Object -> unit
function FireEvent(
    theEvent : Object
)

Parameters

.NET Framework Security

See Also

Reference

IEventService Interface

Microsoft.TeamFoundation.Framework.Client Namespace