EventWebService.FireBulkAsyncEvents Method

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

Syntax

'宣言
<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

.NET Framework Security

See Also

Reference

EventWebService Class

Microsoft.TeamFoundation.Framework.Server.WebServices Namespace