IEventService.GetAllEventSubscriptions Method (String)
Gets event subscriptions that have the specified classification for all users.
Namespace: Microsoft.TeamFoundation.Framework.Client
Assembly: Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
Syntax
'Declaration
Function GetAllEventSubscriptions ( _
classification As String _
) As Subscription()
Subscription[] GetAllEventSubscriptions(
string classification
)
array<Subscription^>^ GetAllEventSubscriptions(
String^ classification
)
abstract GetAllEventSubscriptions :
classification:string -> Subscription[]
function GetAllEventSubscriptions(
classification : String
) : Subscription[]
Parameters
classification
Type: System.StringThe classification tag by which to filter the event subscriptions.
Return Value
Type: array<Microsoft.TeamFoundation.Framework.Client.Subscription[]
A list of event subscriptions for all users.
.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.