TeamFoundationNotificationService.GetEventTypes Method

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[]

.NET Framework Security

See Also

Reference

TeamFoundationNotificationService Class

Microsoft.TeamFoundation.Framework.Server Namespace