IEventService Interface
Namespace: Microsoft.TeamFoundation.Framework.Client
Assembly: Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
Syntax
'Déclaration
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
|
EventSubscriptions(String) |
Obsolete. |
|
EventSubscriptions(String, String) |
Obsolete. |
|
FireAsyncEvent(Object) |
Obsolete. |
|
FireAsyncEvent(String) |
Obsolete. |
|
FireBulkAsyncEvents(array<Object[]) |
Obsolete. |
|
FireBulkAsyncEvents(array<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
See Also
Reference
Microsoft.TeamFoundation.Framework.Client Namespace