EventWebService.EventSubscriptionsByClassification-Methode
Namespace: Microsoft.TeamFoundation.Server.Core.WebServices
Assembly: Microsoft.TeamFoundation.Server.Core (in Microsoft.TeamFoundation.Server.Core.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
- userId
Typ: System.String
- classification
Typ: System.String
Rückgabewert
Typ: System.Collections.Generic.List<Subscription>
Gibt List<T> zurück.
.NET Framework-Sicherheit
- Volle Vertrauenswürdigkeit für den unmittelbaren Aufrufer. Dieser Member kann von nur teilweise vertrauenswürdigem Code nicht verwendet werden. Weitere Informationen finden Sie unter Verwenden von Bibliotheken aus teilweise vertrauenswürdigem Code.