EventWebService.SubscribeEvent, méthode
Espace de noms : Microsoft.TeamFoundation.Server.Core.WebServices
Assembly : Microsoft.TeamFoundation.Server.Core (dans Microsoft.TeamFoundation.Server.Core.dll)
Syntaxe
'Déclaration
<WebMethodAttribute> _
Public Function SubscribeEvent ( _
userId As String, _
eventType As String, _
filterExpression As String, _
preferences As DeliveryPreference _
) As Integer
[WebMethodAttribute]
public int SubscribeEvent(
string userId,
string eventType,
string filterExpression,
DeliveryPreference preferences
)
Paramètres
- userId
Type : System.String
- eventType
Type : System.String
- filterExpression
Type : System.String
- preferences
Type : Microsoft.TeamFoundation.Server.Core.DeliveryPreference
Valeur de retour
Type : System.Int32
retourne Int32 ;
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.
Voir aussi
Référence
Microsoft.TeamFoundation.Server.Core.WebServices, espace de noms