Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Publishes a synchronous event using the specified request context.
Namespace:  Microsoft.TeamFoundation.Framework.Server
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Sub PublishDecisionPoint ( _
    requestContext As TeamFoundationRequestContext, _
    notificationEvent As Object _
)
void PublishDecisionPoint(
    TeamFoundationRequestContext requestContext,
    Object notificationEvent
)
void PublishDecisionPoint(
    TeamFoundationRequestContext^ requestContext, 
    Object^ notificationEvent
)
abstract PublishDecisionPoint : 
        requestContext:TeamFoundationRequestContext * 
        notificationEvent:Object -> unit
function PublishDecisionPoint(
    requestContext : TeamFoundationRequestContext, 
    notificationEvent : Object
)
Parameters
- requestContext 
 Type: Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext- The request context to publish 
- notificationEvent 
 Type: System.Object- The event to be published 
.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.