IEventService.FireEvent Method
Namespace: Microsoft.TeamFoundation.Framework.Client
Assembly: Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
Syntax
‘선언
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.Object
.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.