ISubscriber.ProcessEvent 方法
调用的方法,并在调用订阅的类型内的事件发布时列表
命名空间: Microsoft.TeamFoundation.Framework.Server
程序集: Microsoft.TeamFoundation.Framework.Server(在 Microsoft.TeamFoundation.Framework.Server.dll 中)
语法
声明
Function ProcessEvent ( _
requestContext As TeamFoundationRequestContext, _
notificationType As NotificationType, _
notificationEventArgs As Object, _
<OutAttribute> ByRef statusCode As Integer, _
<OutAttribute> ByRef statusMessage As String, _
<OutAttribute> ByRef properties As ExceptionPropertyCollection _
) As EventNotificationStatus
EventNotificationStatus ProcessEvent(
TeamFoundationRequestContext requestContext,
NotificationType notificationType,
Object notificationEventArgs,
out int statusCode,
out string statusMessage,
out ExceptionPropertyCollection properties
)
参数
- requestContext
类型:Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext
请求上下文此事件已发布。
- notificationType
类型:Microsoft.TeamFoundation.Framework.Server.NotificationType
DecisionPoint或通知
- notificationEventArgs
类型:System.Object
发布的对象
- statusCode
类型:System.Int32%
返回的代码给用户,当决策点时失败
- statusMessage
类型:System.String%
返回的消息传递给用户,当决策点时失败
- properties
类型:Microsoft.TeamFoundation.Common.ExceptionPropertyCollection%
返回的属性设置为用户,当决策点时失败
返回值
类型:Microsoft.TeamFoundation.Framework.Server.EventNotificationStatus
事件处理Sttus。
.NET Framework 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关更多信息,请参见通过部分受信任的代码使用库。