Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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, _
tag As String _
) As Subscription()
[ObsoleteAttribute("Use one of the GetEventSubscriptions() overloads")]
Subscription[] EventSubscriptions(
string userId,
string tag
)
[ObsoleteAttribute(L"Use one of the GetEventSubscriptions() overloads")]
array<Subscription^>^ EventSubscriptions(
String^ userId,
String^ tag
)
[<ObsoleteAttribute("Use one of the GetEventSubscriptions() overloads")>]
abstract EventSubscriptions :
userId:string *
tag:string -> Subscription[]
function EventSubscriptions(
userId : String,
tag : String
) : Subscription[]
Parameters
- userId
Type: System.String
- tag
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.