Message in German (Deutsch)
Die synchrone OperationContract-Methode "<var>Method name</var>" in Typ "<var>Type Name</var>" wurde mit den asynchronen OperationContract-Methoden "<var>X</var>" und "<var>Y</var>" abgeglichen, da sie den gleichen Vorgangsnamen "<var>Z</var>" besitzen. Wenn eine synchrone OperationContract-Methode mit einem Paar von asynchronen OperationContract-Methoden abgeglichen wird, müssen die beiden OperationContracts den gleichen Wert für die <var>A</var>-Eigenschaft besitzen. In diesem Fall sind die Werte unterschiedlich. Ändern Sie die <var>A</var>-Eigenschaft einer der beiden OperationContracts, damit sie einander entsprechen. Alternativ können Sie den Namen einer der Methoden ändern, um einen Abgleich zu verhindern.
Unlocalized message
The synchronous OperationContract method '<var>Method name</var>' in type '<var>Type Name</var>' was matched with the asynchronous OperationContract methods '<var>X</var>' and '<var>Y</var>' because they have the same operation name '<var>Z</var>'. When a synchronous OperationContract method is matched to a pair of asynchronous OperationContract methods, the two OperationContracts must have the same value for the '<var>A</var>' property. In this case, the values are different. To fix it, change the '<var>A</var> property of one of the OperationContracts to match the other. Alternatively, changing the name of one of the methods will prevent matching.
Search by Google