Compartilhar via


Método EventWebService.EventSubscriptions

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

Sintaxe

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

Parâmetros

Valor de retorno

Tipo: System.Collections.Generic.List<Subscription>
Retorna List<T>.

Segurança do .NET Framework

Consulte também

Referência

EventWebService Classe

Namespace Microsoft.TeamFoundation.Server.Core.WebServices