IEventService.EventSubscriptions Method (String)
Note: This API is now obsolete.
Namespace: Microsoft.TeamFoundation.Framework.Client
Assembly: Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
Syntax
'Декларация
<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
- userId
Type: System.String
Return Value
Type: array<Microsoft.TeamFoundation.Framework.Client.Subscription[]
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.