IEventService.GetAllEventSubscriptions Method

Gets event subscriptions for all users.

Namespace:  Microsoft.TeamFoundation.Framework.Client
Assembly:  Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)

Syntax

'Declaration
Function GetAllEventSubscriptions As Subscription()
Subscription[] GetAllEventSubscriptions()
array<Subscription^>^ GetAllEventSubscriptions()
abstract GetAllEventSubscriptions : unit -> Subscription[] 
function GetAllEventSubscriptions() : Subscription[]

Return Value

Type: array<Microsoft.TeamFoundation.Framework.Client.Subscription[]
A list of event subscriptions for all users.

.NET Framework Security

See Also

Reference

IEventService Interface

GetAllEventSubscriptions Overload

Microsoft.TeamFoundation.Framework.Client Namespace