Message in Czech (Čeština)
Při použití vzoru návrhu IAsyncResult nemůže být metoda ukončení dekorována třídou OperationContractAttribute. Pouze odpovídající metoda zahájení může být dekorována třídou OperationContractAttribute; tento atribut se bude vztahovat na páry metod zahájení - ukončení. Metoda <var>Method name</var> v typu <var>Type Name</var> to porušuje.
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