Message in Portuguese (Brazil) (Português (Brasil))
Ao usar o padrão de design IAsyncResult, não é possível decorar o método End com OperationContractAttribute. Apenas o método Begin correspondente pode ser decorado com OperationContractAttribute; esse atributo será aplicado ao par de métodos Begin-End. O método '<var>Method name</var>' no tipo '<var>Type Name</var>' viola essa determinação.
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