TeamFoundationEventService.PublishDecisionPoint Method
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'宣言
Public Sub PublishDecisionPoint ( _
requestContext As TeamFoundationRequestContext, _
notificationEvent As Object _
)
public void PublishDecisionPoint(
TeamFoundationRequestContext requestContext,
Object notificationEvent
)
public:
void PublishDecisionPoint(
TeamFoundationRequestContext^ requestContext,
Object^ notificationEvent
)
member PublishDecisionPoint :
requestContext:TeamFoundationRequestContext *
notificationEvent:Object -> unit
public function PublishDecisionPoint(
requestContext : TeamFoundationRequestContext,
notificationEvent : Object
)
Parameters
- requestContext
Type: Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext
- notificationEvent
Type: System.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.