IEventService.GetEventSubscriptions Method (IdentityDescriptor, String)
Namespace: Microsoft.TeamFoundation.Framework.Client
Assembly: Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
Syntax
'Декларация
Function GetEventSubscriptions ( _
user As IdentityDescriptor, _
classification As String _
) As Subscription()
Subscription[] GetEventSubscriptions(
IdentityDescriptor user,
string classification
)
array<Subscription^>^ GetEventSubscriptions(
IdentityDescriptor^ user,
String^ classification
)
abstract GetEventSubscriptions :
user:IdentityDescriptor *
classification:string -> Subscription[]
function GetEventSubscriptions(
user : IdentityDescriptor,
classification : String
) : Subscription[]
Parameters
- classification
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.