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
- 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.