IEventService.GetAllEventSubscriptions Method (String)

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

Syntax

'宣言
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

Return Value

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

.NET Framework Security

See Also

Reference

IEventService Interface

GetAllEventSubscriptions Overload

Microsoft.TeamFoundation.Framework.Client Namespace