Note: This API is now obsolete.
Obsolete. Use the FireEvent method instead.
Namespace:  Microsoft.TeamFoundation.Framework.Client
Assembly:  Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
Syntax
'Declaration
<ObsoleteAttribute("Use the FireEvent() overloads")> _
Sub FireAsyncEvent ( _
    theEvent As Object _
)
[ObsoleteAttribute("Use the FireEvent() overloads")]
void FireAsyncEvent(
    Object theEvent
)
[ObsoleteAttribute(L"Use the FireEvent() overloads")]
void FireAsyncEvent(
    Object^ theEvent
)
[<ObsoleteAttribute("Use the FireEvent() overloads")>]
abstract FireAsyncEvent : 
        theEvent:Object -> unit
function FireAsyncEvent(
    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.