Provides support for event subscriptions.
Namespace:  Microsoft.TeamFoundation.Framework.Client
Assembly:  Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
Syntax
'Declaration
Public Interface IEventService
public interface IEventService
public interface class IEventService
type IEventService =  interface end
public interface IEventService
The IEventService type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| .gif) | EventSubscriptions(String) | Obsolete. M:Microsoft.TeamFoundation.Framework.Client.IEventService.GetEventSubscriptions(Microsoft.TeamFoundation.Framework.Client.IdentityDescriptor) | 
| .gif) | EventSubscriptions(String, String) | Obsolete. M:Microsoft.TeamFoundation.Framework.Client.IEventService.GetEventSubscriptions(Microsoft.TeamFoundation.Framework.Client.IdentityDescriptor) | 
| .gif) | FireAsyncEvent(Object) | Obsolete. Obsolete. Use the FireEvent method instead. | 
| .gif) | FireAsyncEvent(String) | Obsolete. Obsolete. Use the FireEvent method instead. | 
| .gif) | FireBulkAsyncEvents(array<Object[]) | Obsolete. Obsolete. Use the FireEvents method instead. | 
| .gif) | FireBulkAsyncEvents(array<String[]) | Obsolete. Obsolete. Use the FireEvents method instead. | 
| .gif) | FireEvent | Schedules an event to be raised by the server to all matching subscribers. | 
| .gif) | FireEvents | Schedules events to be raised by the server to all matching subscribers. | 
| .gif) | GetAllEventSubscriptions() | Gets event subscriptions for all users. | 
| .gif) | GetAllEventSubscriptions(String) | Gets event subscriptions that have the specified classification for all users. | 
| .gif) | GetEventSubscriptions(String) | Gets event subscriptions for the specified user. | 
| .gif) | GetEventSubscriptions(IdentityDescriptor) | Gets event subscriptions for the specified user. | 
| .gif) | GetEventSubscriptions(String, String) | Gets event subscriptions for the specified user and classification. | 
| .gif) | GetEventSubscriptions(IdentityDescriptor, String) | Gets event subscriptions for the specified user and classification. | 
| .gif) | SubscribeEvent(String, String, DeliveryPreference) | Subscribes the caller to an event. | 
| .gif) | SubscribeEvent(String, String, DeliveryPreference, String) | Subscribes the caller to an event. | 
| .gif) | SubscribeEvent(String, String, String, DeliveryPreference) | Subscribes the specified user to the event. | 
| .gif) | SubscribeEvent(String, String, String, DeliveryPreference, String) | Subscribes the specified user to the event. | 
| .gif) | UnsubscribeEvent | Removes the event subscription for the caller. | 
Top