EventWebService.SubscribeEventWithClassification, méthode
Espace de noms : Microsoft.TeamFoundation.Framework.Server.Alm.WebServices
Assembly : Microsoft.TeamFoundation.Framework.Server (dans Microsoft.TeamFoundation.Framework.Server.dll)
Syntaxe
'Déclaration
<WebMethodAttribute> _
Public Function SubscribeEventWithClassification ( _
userId As String, _
eventType As String, _
filterExpression As String, _
preferences As DeliveryPreference, _
classification As String _
) As Integer
[WebMethodAttribute]
public int SubscribeEventWithClassification(
string userId,
string eventType,
string filterExpression,
DeliveryPreference preferences,
string classification
)
Paramètres
- userId
Type : System.String
- eventType
Type : System.String
- filterExpression
Type : System.String
- preferences
Type : Microsoft.TeamFoundation.Framework.Server.DeliveryPreference
- classification
Type : System.String
Valeur de retour
Type : System.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.Framework.Server.Alm.WebServices, espace de noms