IEventService.FireEvents Method
Namespace: Microsoft.TeamFoundation.Framework.Client
Assembly: Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
Syntax
'Декларация
Sub FireEvents ( _
theEvents As IEnumerable(Of Object) _
)
void FireEvents(
IEnumerable<Object> theEvents
)
void FireEvents(
IEnumerable<Object^>^ theEvents
)
abstract FireEvents :
theEvents:IEnumerable<Object> -> unit
function FireEvents(
theEvents : IEnumerable<Object>
)
Parameters
- theEvents
Type: System.Collections.Generic.IEnumerable<Object>
.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.