IEventService.FireBulkAsyncEvents Method (array<Object )

Note: This API is now obsolete.

Obsolete. Use the FireEvents method instead.

Namespace:  Microsoft.TeamFoundation.Framework.Client
Assembly:  Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)

Syntax

'Declaration
<ObsoleteAttribute("Use the FireEvent() overloads")> _
Sub FireBulkAsyncEvents ( _
    theEvents As Object() _
)
[ObsoleteAttribute("Use the FireEvent() overloads")]
void FireBulkAsyncEvents(
    Object[] theEvents
)
[ObsoleteAttribute(L"Use the FireEvent() overloads")]
void FireBulkAsyncEvents(
    array<Object^>^ theEvents
)
[<ObsoleteAttribute("Use the FireEvent() overloads")>]
abstract FireBulkAsyncEvents : 
        theEvents:Object[] -> unit
function FireBulkAsyncEvents(
    theEvents : Object[]
)

Parameters

.NET Framework Security

See Also

Reference

IEventService Interface

FireBulkAsyncEvents Overload

Microsoft.TeamFoundation.Framework.Client Namespace