Message in German (Deutsch)
Die synchrone OperationContract-Methode "<var>Method name</var>" im Typ "<var>Type Name</var>" wurde der taskbasierten asynchronen OperationContract-Methode "<var>X</var>" zugeordnet, da die Methoden über den gleichen Vorgangsnamen "<var>Y</var>" verfügen. Wenn eine synchrone OperationContract-Methode einer taskbasierten asynchronen OperationContract-Methode zugeordnet wird, müssen die beiden OperationContracts den gleichen Wert für die X-Eigenschaft aufweisen. In diesem Fall unterscheiden sich die Werte. Ändern Sie zum Korrigieren dieses Problems die X-Eigenschaft eines der OperationContracts, damit er mit dem anderen Vertrag übereinstimmt. Alternativ können Sie den Namen einer der Methoden ändern, um eine Zuordnung zu verhindern.
Unlocalized message
The synchronous OperationContract method '<var>Method name</var>' in type '<var>Type Name</var>' was matched with the task-based asynchronous OperationContract method '<var>X</var>' because they have the same operation name '<var>Y</var>'. When a synchronous OperationContract method is matched to a task-based asynchronous OperationContract method, the two OperationContracts must have the same value for the 'X' property. In this case, the values are different. To fix it, change the 'X 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