TeamFoundationEventService.PublishDecisionPoint Method
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
Public Sub PublishDecisionPoint ( _
requestContext As TeamFoundationRequestContext, _
notificationEvent As Object _
)
public void PublishDecisionPoint(
TeamFoundationRequestContext requestContext,
Object notificationEvent
)
public:
virtual void PublishDecisionPoint(
TeamFoundationRequestContext^ requestContext,
Object^ notificationEvent
) sealed
abstract PublishDecisionPoint :
requestContext:TeamFoundationRequestContext *
notificationEvent:Object -> unit
override PublishDecisionPoint :
requestContext:TeamFoundationRequestContext *
notificationEvent:Object -> unit
public final function PublishDecisionPoint(
requestContext : TeamFoundationRequestContext,
notificationEvent : Object
)
Parameters
requestContext
Type: Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContextThe request context to publish
notificationEvent
Type: System.ObjectThe event to be published
Implements
ITeamFoundationEventService.PublishDecisionPoint(TeamFoundationRequestContext, Object)
.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.