EventWebService.EventSubscriptionsByClassification-Methode

Namespace:  Microsoft.TeamFoundation.Framework.Server.Alm.WebServices
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)

Syntax

'Declaration
<WebMethodAttribute> _
Public Function EventSubscriptionsByClassification ( _
    userId As String, _
    classification As String _
) As List(Of Subscription)
[WebMethodAttribute]
public List<Subscription> EventSubscriptionsByClassification(
    string userId,
    string classification
)

Parameter

Rückgabewert

Typ: System.Collections.Generic.List<Subscription>

.NET Framework-Sicherheit

Siehe auch

Referenz

EventWebService Klasse

Microsoft.TeamFoundation.Framework.Server.Alm.WebServices-Namespace