Message in Portuguese (Brazil) (Português (Brasil))
O método OperationContract assíncrono baseado em tarefa '<var>Method name</var>' no tipo '<var>Type Name</var>' coincidiu com os métodos OperationContract assíncronos '<var>X</var>' e '<var>Y</var>' porque eles têm o mesmo nome da operação '<var>Z</var>'. Quando um método OperationContract assíncrono baseado em tarefa coincide com um par de métodos OperationContract assíncronos, os dois OperationContracts devem ter o mesmo valor para a propriedade '<var>A</var>'. Nesse caso, os valores são diferentes. Para corrigir isso, altere a propriedade '<var>A</var> de um dos OperationContracts para coincidir com o outro. Alternativamente, a alteração do nome de um dos métodos impedirá a correspondência.
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, the two OperationContracts must have the same value for the '<var>A</var>' property. In this case, the values are different. To fix it, change the '<var>A</var> property of one of the OperationContracts to match the other. Alternatively, changing the name of one of the methods will prevent matching.
Search by Google