共用方式為


IEventService.SubscribeEvent 方法 (String, String, String, DeliveryPreference, String)

訂閱指定的使用者事件。

命名空間:  Microsoft.TeamFoundation.Framework.Client
組件:  Microsoft.TeamFoundation.Client (在 Microsoft.TeamFoundation.Client.dll 中)

語法

'宣告
Function SubscribeEvent ( _
    userId As String, _
    eventType As String, _
    filterExpression As String, _
    preferences As DeliveryPreference, _
    classification As String _
) As Integer
int SubscribeEvent(
    string userId,
    string eventType,
    string filterExpression,
    DeliveryPreference preferences,
    string classification
)

參數

  • eventType
    型別:System.String
    事件型別的完整名稱。
  • filterExpression
    型別:System.String
    說明如何篩選事件型別的執行個體的字串。
  • classification
    型別:System.String
    事件訂閱的分類標記。

傳回值

型別:System.Int32
表示 SubscriptionId 的唯一識別項。

備註

SubscriptionId 可以取消訂閱。

不論相符的訂閱,數目使用者都有多重訂閱至同一個事件型別,但只接收通知,否則為。

.NET Framework 安全性

請參閱

參考

IEventService 介面

SubscribeEvent 多載

Microsoft.TeamFoundation.Framework.Client 命名空間