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
- requestContext
Type: Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext
- toolType
Type: System.String
Return Value
Type: array<Microsoft.TeamFoundation.Framework.Server.RegistrationEventType[]
.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.