Message in Russian (Русский)
При использовании конструктивного шаблона IAsyncResult метод End не может быть снабжен атрибутом OperationContractAttribute. Только соответствующий метод Begin может быть снабжен атрибутом OperationContractAttribute. Этот атрибут применяется к паре методов Begin-End. Метод "<var>Method name</var>" в типе "<var>Type Name</var>" нарушает это правило.
Unlocalized message
When using the IAsyncResult design pattern, the End method cannot be decorated with OperationContractAttribute. Only the corresponding Begin method can be decorated with OperationContractAttribute; that attribute will apply to the Begin-End pair of methods. Method '<var>Method name</var>' in type '<var>Type Name</var>' violates this.
Search by Google