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
theEvent
Type: System.ObjectThe event to execute.
.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.