Message in Russian (Русский)
Асинхронный метод на основе задачи OperationContract "<var>Method name</var>" типа "<var>Type Name</var>" был сопоставлен с асинхронными методами OperationContract "<var>X</var>" и "<var>Y</var>", поскольку они имеют одно и то же имя операции "<var>Z</var>". Если асинхронный метод OperationContract на основе задачи сопоставлен с парой асинхронных методов OperationContract, любые дополнительные атрибуты должны быть определены в асинхронном методе OperationContract на основе задачи. В данном случае асинхронный метод OperationContract "<var>X</var>" имеет один или несколько атрибутов типа "X". Чтобы разрешить эту проблему, удалите атрибут или атрибуты "X" из метода "<var>X</var>". Можно также изменить имя одного из методов, чтобы предотвратить совпадение.
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