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 atributos adicionais devem ser declarados no método OperationContract assíncrono baseado em tarefa. Nesse caso, o método OperationContract assíncrono '<var>X</var>' tem um ou mais atributos do tipo 'X'. Para corrigir isso, remova o atributo (ou atributos) 'X' do método '<var>X</var>'. 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, 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