IEventService.FireBulkAsyncEvents Method (array<String )

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 String() _
)
[ObsoleteAttribute("Use the FireEvent() overloads")]
void FireBulkAsyncEvents(
    string[] theEvents
)
[ObsoleteAttribute(L"Use the FireEvent() overloads")]
void FireBulkAsyncEvents(
    array<String^>^ theEvents
)
[<ObsoleteAttribute("Use the FireEvent() overloads")>]
abstract FireBulkAsyncEvents : 
        theEvents:string[] -> unit
function FireBulkAsyncEvents(
    theEvents : String[]
)

Parameters

.NET Framework Security

See Also

Reference

IEventService Interface

FireBulkAsyncEvents Overload

Microsoft.TeamFoundation.Framework.Client Namespace