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
- guaranteed
Type: System.Boolean
- theEvents
Type: array<System.String[]
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
Microsoft.TeamFoundation.Framework.Server.WebServices Namespace