Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Schedules events to be raised by the server to all matching subscribers.
Namespace: Microsoft.TeamFoundation.Framework.Client
Assembly: Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
Syntax
'Declaration
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>The event to execute.
.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.