Message in Spanish (Español)
Cuando se usa el patrón de diseño IAsyncResult, el método End no puede contener el atributo OperationContractAttribute. Sólo el método Begin correspondiente puede contener OperationContractAttribute. Dicho atributo se aplicará al par de métodos Begin-End. El método '<var>Method name</var>' en el tipo '<var>Type Name</var>' infringe esta regla.
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