TeamFoundationNotificationService.SubscribeEvent 方法 (TeamFoundationRequestContext, IdentityDescriptor, String, String, DeliveryPreference, String, Boolean)

命名空间:  Microsoft.TeamFoundation.Server.Core
程序集:  Microsoft.TeamFoundation.Server.Core(在 Microsoft.TeamFoundation.Server.Core.dll 中)

语法

声明
Public Function SubscribeEvent ( _
    requestContext As TeamFoundationRequestContext, _
    user As IdentityDescriptor, _
    eventType As String, _
    filterExpression As String, _
    preferences As DeliveryPreference, _
    classification As String, _
    validate As Boolean _
) As Integer
public int SubscribeEvent(
    TeamFoundationRequestContext requestContext,
    IdentityDescriptor user,
    string eventType,
    string filterExpression,
    DeliveryPreference preferences,
    string classification,
    bool validate
)

参数

返回值

类型:System.Int32
返回 Int32

.NET Framework 安全性

请参阅

参考

TeamFoundationNotificationService 类

SubscribeEvent 重载

Microsoft.TeamFoundation.Server.Core 命名空间