This documentation is archived and is not being maintained.
This documentation is archived and is not being maintained.
IEventService Interface
Namespace:
Microsoft.TeamFoundation.Framework.Client
Assembly:
Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
type IEventService = interface end
The IEventService type exposes the following members.
|
| Name | Description |
|---|
 | EventSubscriptions(String) | Obsolete. |
 | EventSubscriptions(String, String) | Obsolete. |
 | FireAsyncEvent(Object) | Obsolete. |
 | FireAsyncEvent(String) | Obsolete. |
 | FireBulkAsyncEvents(Object[]) | Obsolete. |
 | FireBulkAsyncEvents(String[]) | Obsolete. |
 | FireEvent | |
 | FireEvents | |
 | GetAllEventSubscriptions() | |
 | GetAllEventSubscriptions(String) | |
 | GetEventSubscriptions(String) | |
 | GetEventSubscriptions(IdentityDescriptor) | |
 | GetEventSubscriptions(String, String) | |
 | GetEventSubscriptions(IdentityDescriptor, String) | |
 | SubscribeEvent(String, String, DeliveryPreference) | |
 | SubscribeEvent(String, String, DeliveryPreference, String) | |
 | SubscribeEvent(String, String, String, DeliveryPreference) | |
 | SubscribeEvent(String, String, String, DeliveryPreference, String) | |
 | UnsubscribeEvent | |
Top