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 di attività asincrono OperationContract viene associato a una copia di metodi asincroni OperationContract, è necessario che ogni attributo aggiuntivo venga dichiarato nel metodo di attività asincrono OperationContract. In questo caso, il metodo asincrono OperationContract '<var>X</var>' include uno o più attributo di tipo 'X'. Per risolvere il problema, rimuovere l'attributo o gli attributi 'X' dal metodo '<var>X</var>'. 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 task-based asynchronous OperationContract method is matched to a pair of asynchronous OperationContract methods, any additional attributes must be declared on the task-based asynchronous OperationContract method. In this case, the asynchronous OperationContract method '<var>X</var>' has one or more attributes of type 'X'. To fix it, remove the 'X' attribute or attributes from method '<var>X</var>'. Alternatively, changing the name of one of the methods will prevent matching.
Search by Google