Message in Italian (Italiano)
Il metodo di attività asincrono '<var>Method name</var>' OperationContract nel tipo '<var>Type Name</var>' è stato associato ai metodi asincroni '<var>X</var>' e '<var>Y</var>' OperationContract perché hanno lo stesso nome di operazione '<var>Z</var>'. Quando un metodo sincrono OperationContract viene associato a una coppia di metodi asincroni OperationContract, è necessario che per i due metodi OperationContract sia definito lo stesso tipo restituito. In questo caso, i tipi restituiti sono differenti. Per risolvere il problema, assicurarsi che il metodo '<var>Method name</var>' e il metodo '<var>Y</var>' abbiano lo stesso tipo restituito. In alternativa, modificare il nome di uno dei metodi per evitare l'associazione.
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