IEventService.EventSubscriptions Method (String)

Note: This API is now obsolete.

M:Microsoft.TeamFoundation.Framework.Client.IEventService.GetEventSubscriptions(Microsoft.TeamFoundation.Framework.Client.IdentityDescriptor)

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

Syntax

'Declaration
<ObsoleteAttribute("Use one of the GetEventSubscriptions() overloads")> _
Function EventSubscriptions ( _
    userId As String _
) As Subscription()
[ObsoleteAttribute("Use one of the GetEventSubscriptions() overloads")]
Subscription[] EventSubscriptions(
    string userId
)
[ObsoleteAttribute(L"Use one of the GetEventSubscriptions() overloads")]
array<Subscription^>^ EventSubscriptions(
    String^ userId
)
[<ObsoleteAttribute("Use one of the GetEventSubscriptions() overloads")>]
abstract EventSubscriptions : 
        userId:string -> Subscription[] 
function EventSubscriptions(
    userId : String
) : Subscription[]

Parameters

Return Value

Type: array<Microsoft.TeamFoundation.Framework.Client.Subscription[]

.NET Framework Security

See Also

Reference

IEventService Interface

EventSubscriptions Overload

Microsoft.TeamFoundation.Framework.Client Namespace