Message in Hungarian (magyar)
A(z) „<var>Type Name</var>” típusbeli „<var>Method name</var>” szinkron OperationContract metódus a(z) „<var>X</var>” feladatalapú aszinkron OperationContract metódusnak lett megfeleltetve, mert ugyanazt a(z) „X” műveletnevet használják. Amikor egy szinkron OperationContract metódus feladatalapú aszinkron OperationContract metódusnak van megfeleltetve, minden további attribútumot a szinkron OperationContract metódusban kell deklarálni. Ebben az esetben a(z) „<var>X</var>” feladatalapú aszinkron OperationContract metódus egy vagy több „Y” típusú attribútummal rendelkezik. Javítás: távolítsa el a(z) „Y” attribútumot vagy attribútumokat a(z) „<var>X</var>” metódusból. Másik megoldás: ha megváltoztatja az egyik metódus nevét, nem történik meg a megfeleltetés.
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