Message in German (Deutsch)
Wenn das IAsyncResult-Entwurfsmuster verwendet wird, kann die End-Methode nicht mit dem OperationContractAttribute ausgestattet werden. Nur die entsprechende Begin-Methode kann mit dem OperationContractAttribute ausgestattet werden. Dieses Attribut wird auf das Begin-End-Paar von Methoden angewendet. Methode "<var>Method name</var>" in Typ "<var>Type Name</var>" verstößt hiergegen.
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