ISubscriber.ProcessEvent Method
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Dichiarazione
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
)
EventNotificationStatus ProcessEvent(
TeamFoundationRequestContext^ requestContext,
NotificationType notificationType,
Object^ notificationEventArgs,
[OutAttribute] int% statusCode,
[OutAttribute] String^% statusMessage,
[OutAttribute] ExceptionPropertyCollection^% properties
)
abstract ProcessEvent :
requestContext:TeamFoundationRequestContext *
notificationType:NotificationType *
notificationEventArgs:Object *
statusCode:int byref *
statusMessage:string byref *
properties:ExceptionPropertyCollection byref -> EventNotificationStatus
function ProcessEvent(
requestContext : TeamFoundationRequestContext,
notificationType : NotificationType,
notificationEventArgs : Object,
statusCode : int,
statusMessage : String,
properties : ExceptionPropertyCollection
) : EventNotificationStatus
Parameters
- requestContext
Type: Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext
- notificationType
Type: Microsoft.TeamFoundation.Framework.Server.NotificationType
- notificationEventArgs
Type: System.Object
- statusCode
Type: System.Int32%
- statusMessage
Type: System.String%
- properties
Type: Microsoft.TeamFoundation.Common.ExceptionPropertyCollection%
Return Value
Type: Microsoft.TeamFoundation.Framework.Server.EventNotificationStatus
.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.