This documentation is archived and is not being maintained.
IEventService Interface
Visual Studio 2013
Provides support for event subscriptions.
Namespace: Microsoft.TeamFoundation.Framework.Client
Assembly: Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
The IEventService type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | EventSubscriptions(String) | Obsolete. M:Microsoft.TeamFoundation.Framework.Client.IEventService.GetEventSubscriptions(Microsoft.TeamFoundation.Framework.Client.IdentityDescriptor) |
![]() | EventSubscriptions(String, String) | Obsolete. M:Microsoft.TeamFoundation.Framework.Client.IEventService.GetEventSubscriptions(Microsoft.TeamFoundation.Framework.Client.IdentityDescriptor) |
![]() | FireAsyncEvent(Object) | Obsolete. Obsolete. Use the FireEvent method instead. |
![]() | FireAsyncEvent(String) | Obsolete. Obsolete. Use the FireEvent method instead. |
![]() | FireBulkAsyncEvents(Object()) | Obsolete. Obsolete. Use the FireEvents method instead. |
![]() | FireBulkAsyncEvents(String()) | Obsolete. Obsolete. Use the FireEvents method instead. |
![]() | FireEvent | Schedules an event to be raised by the server to all matching subscribers. |
![]() | FireEvents | Schedules events to be raised by the server to all matching subscribers. |
![]() | GetAllEventSubscriptions | Gets event subscriptions for all users. |
![]() | GetAllEventSubscriptions(String) | Gets event subscriptions that have the specified classification for all users. |
![]() | GetEventSubscriptions(String) | Gets event subscriptions for the specified user. |
![]() | GetEventSubscriptions(IdentityDescriptor) | Gets event subscriptions for the specified user. |
![]() | GetEventSubscriptions(String, String) | Gets event subscriptions for the specified user and classification. |
![]() | GetEventSubscriptions(IdentityDescriptor, String) | Gets event subscriptions for the specified user and classification. |
![]() | SubscribeEvent(String, String, DeliveryPreference) | Subscribes the caller to an event. |
![]() | SubscribeEvent(String, String, DeliveryPreference, String) | Subscribes the caller to an event. |
![]() | SubscribeEvent(String, String, String, DeliveryPreference) | Subscribes the specified user to the event. |
![]() | SubscribeEvent(String, String, String, DeliveryPreference, String) | Subscribes the specified user to the event. |
![]() | UnsubscribeEvent | Removes the event subscription for the caller. |
Show:
