Message in Russian (Русский)
Синхронный метод OperationContract "<var>Method name</var>" класса "<var>Type Name</var>" был сопоставлен с асинхронным методом OperationContract на основе задачи "<var>X</var>", поскольку они используют одно и то же имя операции "<var>Y</var>". Если синхронный метод OperationContract сопоставлен с асинхронным методом OperationContract на основе задачи, эти два контракта OperationContract должны иметь одинаковое значение свойства "X". В данном случае эти значения различны. Чтобы разрешить эту проблему, измените свойство "X" одного из контрактов OperationContract так, чтобы они соответствовали друг другу. Можно также изменить имя одного из методов, чтобы предотвратить совпадение.
Unlocalized message
The synchronous OperationContract method '<var>Method name</var>' in type '<var>Type Name</var>' was matched with the task-based asynchronous OperationContract method '<var>X</var>' because they have the same operation name '<var>Y</var>'. When a synchronous OperationContract method is matched to a task-based asynchronous OperationContract method, the two OperationContracts must have the same value for the 'X' property. In this case, the values are different. To fix it, change the 'X 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