Freigeben über


EventWebService.FireBulkAsyncEvents-Methode

Feuer mehrere BIS-Ereignisse.

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
)

Parameter

  • theEvents
    Typ: array<System.String[]
    Ein Array Ereigniszeichenfolgen.

.NET Framework-Sicherheit

Siehe auch

Referenz

EventWebService Klasse

Microsoft.TeamFoundation.Server.Core.WebServices-Namespace