Message in Polish (Polski)
Kiedy używany jest interfejs IAsyncResult, metoda End nie może mieć atrybutu OperationContractAttribute. Jedynie odpowiednia metoda Begin może korzystać z atrybutu OperationContractAttribute; ten atrybut obowiązuje w odniesieniu do pary metod Begin-End. Metoda „<var>Method name</var>” w typie „<var>Type Name</var>” narusza tę zasadę.
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