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
)
參數
- userId
型別:System.String
使用者 ID。
- eventType
型別:System.String
事件型別的完整名稱。
- filterExpression
型別:System.String
說明如何篩選事件型別的執行個體的字串。
- preferences
型別:Microsoft.TeamFoundation.Framework.Client.DeliveryPreference
描述事件告知如何傳遞。
- classification
型別:System.String
事件訂閱的分類標記。
傳回值
型別:System.Int32
表示 SubscriptionId 的唯一識別項。
備註
SubscriptionId 可以取消訂閱。
不論相符的訂閱,數目使用者都有多重訂閱至同一個事件型別,但只接收通知,否則為。
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。