Message in Italian (Italiano)
Il metodo sincrono '<var>Method name</var>' OperationContract nel tipo '<var>Type Name</var>' è stato associato al metodo di attività asincrono '<var>X</var>' OperationContract perché hanno lo stesso nome di operazione 'X'. Quando un metodo sincrono OperationContract viene associato a un metodo di attività asincrono OperationContract, è necessario che ogni attributo aggiuntivo venga dichiarato nel metodo sincrono OperationContract. In questo caso, il metodo di attività asincrono '<var>X</var>' OperationContract include uno o più attributi di tipo 'Y'. Per risolvere il problema, rimuovere l'attributo o gli attributi 'Y' dal metodo '<var>X</var>'. In alternativa, modificare il nome di uno dei metodi per evitare l'associazione.
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, any additional attributes must be declared on the synchronous OperationContract method. In this case, the task-based asynchronous OperationContract method '<var>X</var>' has one or more attributes of type 'Y'. To fix it, remove the 'Y' attribute or attributes from method '<var>X</var>'. Alternatively, changing the name of one of the methods will prevent matching.
Search by Google