IEventService.GetAllEventSubscriptions Method (String)

Gets event subscriptions that have the specified classification for all users.

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

Syntax

'Declaration
Function GetAllEventSubscriptions ( _
    classification As String _
) As Subscription()
Subscription[] GetAllEventSubscriptions(
    string classification
)
array<Subscription^>^ GetAllEventSubscriptions(
    String^ classification
)
abstract GetAllEventSubscriptions : 
        classification:string -> Subscription[] 
function GetAllEventSubscriptions(
    classification : String
) : Subscription[]

Parameters

  • classification
    Type: System.String

    The classification tag by which to filter the event subscriptions.

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