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.
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 | |
---|---|---|
![]() |
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(array<Object[]) | Obsolete. Obsolete. Use the FireEvents method instead. |
![]() |
FireBulkAsyncEvents(array<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. |
Top