Share via


TeamFoundationNotificationService.GetEventTypes Method

GetEventTypes is used to retrieve the set of events registered on the server.

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

Syntax

'Declaration
Public Function GetEventTypes ( _
    requestContext As TeamFoundationRequestContext, _
    toolType As String _
) As RegistrationEventType()
public RegistrationEventType[] GetEventTypes(
    TeamFoundationRequestContext requestContext,
    string toolType
)
public:
array<RegistrationEventType^>^ GetEventTypes(
    TeamFoundationRequestContext^ requestContext, 
    String^ toolType
)
member GetEventTypes : 
        requestContext:TeamFoundationRequestContext * 
        toolType:string -> RegistrationEventType[] 
public function GetEventTypes(
    requestContext : TeamFoundationRequestContext, 
    toolType : String
) : RegistrationEventType[]

Parameters

Return Value

Type: array<Microsoft.TeamFoundation.Framework.Server.RegistrationEventType[]
The set of EventTypes for the tool(s) requested.

.NET Framework Security

See Also

Reference

TeamFoundationNotificationService Class

Microsoft.TeamFoundation.Framework.Server Namespace