Share via


EventWebService.FireBulkAsyncEvents Method

Fire multiple BIS events.

Namespace:  Microsoft.TeamFoundation.Server.Core.WebServices
Assembly:  Microsoft.TeamFoundation.Server.Core (in Microsoft.TeamFoundation.Server.Core.dll)

Syntax

'Declaration
<WebMethodAttribute> _
Public Sub FireBulkAsyncEvents ( _
    guaranteed As Boolean, _
    theEvents As String() _
)
[WebMethodAttribute]
public void FireBulkAsyncEvents(
    bool guaranteed,
    string[] theEvents
)
[WebMethodAttribute]
public:
void FireBulkAsyncEvents(
    bool guaranteed, 
    array<String^>^ theEvents
)
[<WebMethodAttribute>]
member FireBulkAsyncEvents : 
        guaranteed:bool * 
        theEvents:string[] -> unit
public function FireBulkAsyncEvents(
    guaranteed : boolean, 
    theEvents : String[]
)

Parameters

  • theEvents
    Type: array<System.String[]

    An array of event strings.

.NET Framework Security

See Also

Reference

EventWebService Class

Microsoft.TeamFoundation.Server.Core.WebServices Namespace