Message in Spanish (Español)
El método '<var>Method name</var>' OperationContract sincrónico en el tipo '<var>Type Name</var>' coincide con un método '<var>X</var>' OperationContract asincrónico basado en tareas porque tienen el mismo nombre de operación 'X'. Cuando un método sincrónico OperationContract coincide con un método OperationContract asincrónico basado en tareas, los dos métodos OperationContracts deben definir el mismo número y tipo de parámetros. En este caso, algunos de los argumentos son diferentes. Para solucionarlo, asegúrese de que OperationContracts define el mismo número y tipos de argumentos y en el mismo orden. También puede cambiar el nombre de uno de los métodos para evitar que coincidan.
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 'X'. When a synchronous OperationContract method is matched to a task-based asynchronous OperationContract method, the two OperationContracts must define the same number and types of parameters. In this case, some of the arguments are different. To fix it, ensure that the OperationContracts define the same number and types of arguments, in the same order. Alternatively, changing the name of one of the methods will prevent matching.
Search by Google