Freigeben über


EventWebService.EventSubscriptions-Methode

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

Syntax

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

Parameter

Rückgabewert

Typ: System.Collections.Generic.List<Subscription>
Gibt List<T> zurück.

.NET Framework-Sicherheit

Siehe auch

Referenz

EventWebService Klasse

Microsoft.TeamFoundation.Server.Core.WebServices-Namespace