Message in German (Deutsch)
Die taskbasierte asynchrone OperationContract-Methode "<var>Method name</var>" im Typ "<var>Type Name</var>" wurde den asynchronen OperationContract-Methoden "<var>X</var>" und "<var>Y</var>" zugeordnet, da die Methoden den gleichen Vorgangsnamen "<var>Z</var>" aufweisen. Wenn eine synchrone OperationContract-Methode einem Paar von asynchronen OperationContract-Methoden zugeordnet wird, müssen die beiden OperationContracts den gleichen Rückgabetyp definieren. In diesem Fall unterscheiden sich die Rückgabetypen. Stellen Sie sicher, dass die Methode "<var>Method name</var>" und die Methode "<var>Y</var>" über den gleichen Rückgabetyp verfügen, um dieses Problem zu korrigieren. Alternativ können Sie den Namen einer der Methoden ändern, um eine Zuordnung zu verhindern.
Unlocalized message
The task-based asynchronous 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 define the same return type. In this case, the return types are different. To fix it, ensure that method '<var>Method name</var>' and method '<var>Y</var>' have the same return type. Alternatively, changing the name of one of the methods will prevent matching.
Search by Google