Send a SQL notification to the system.
Namespace:  Microsoft.TeamFoundation.Framework.Server
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Public Sub SendNotification ( _
    requestContext As TeamFoundationRequestContext, _
    eventClass As Guid, _
    eventData As String _
)
public void SendNotification(
    TeamFoundationRequestContext requestContext,
    Guid eventClass,
    string eventData
)
public:
void SendNotification(
    TeamFoundationRequestContext^ requestContext, 
    Guid eventClass, 
    String^ eventData
)
member SendNotification : 
        requestContext:TeamFoundationRequestContext * 
        eventClass:Guid * 
        eventData:string -> unit
public function SendNotification(
    requestContext : TeamFoundationRequestContext, 
    eventClass : Guid, 
    eventData : String
)
Parameters
- requestContext 
 Type: Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext- RequestContextBase for the sender 
- eventClass 
 Type: System.Guid- Event class of the notification to send 
- eventData 
 Type: System.String- Optional event data to send together with the notification 
.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.