Message in French (Français)
La méthode OperationContract asynchrone basée sur les tâches '<var>Method name</var>' dans le type '<var>Type Name</var>' a été mise en correspondance avec les méthodes OperationContract asynchrones '<var>X</var>' et '<var>Y</var>', car elles contiennent le même nom d'opération '<var>Z</var>'. Lorsqu'une méthode OperationContract asynchrone basée sur les tâches est mise en correspondance avec une paire de méthodes OperationContract asynchrones, les attributs supplémentaires doivent être déclarés sur la méthode OperationContract asynchrone basée sur les tâches. Dans ce cas, la méthode OperationContract '<var>X</var>' asynchrone comporte un ou plusieurs attributs de type 'X'. Pour corriger le problème, supprimez les attributs 'X' de la méthode '<var>X</var>'. D'une autre manière, le changement du nom de l'une des méthodes évite la mise en correspondance.
Unlocalized message
The task-based asynchronous OperationContract method '<var>Method name</var>' in type '<var>Type Name</var>' was matched with the asynchronous OperationContract methods '<var>X</var>' and '<var>Y</var>' because they have the same operation name '<var>Z</var>'. When a task-based asynchronous OperationContract method is matched to a pair of asynchronous OperationContract methods, any additional attributes must be declared on the task-based asynchronous OperationContract method. In this case, the asynchronous OperationContract method '<var>X</var>' has one or more attributes of type 'X'. To fix it, remove the 'X' attribute or attributes from method '<var>X</var>'. Alternatively, changing the name of one of the methods will prevent matching.
Search by Google