Message in Czech (Čeština)
Synchronní metoda OperationContract <var>Method name</var> typu <var>Type Name</var> se shoduje s úlohově orientovanou asynchronní metodou OperationContract <var>X</var>, protože obě mají shodný název operace X. Pokud se synchronní metoda OperationContract shoduje s úlohově orientovanou asynchronní metodou OperationContract, musejí být jakékoli dodatečné atributy deklarovány pro synchronní metodu OperationContract. V tomto případě má úlohově orientovaná asynchronní metoda OperationContract <var>X</var> jeden či více atributů typu Y. Tento problém je možné odstranit tak, že odeberete atribut či atributy Y z metody <var>X</var>. Alternativně můžete shodě metod zabránit změnou názvu jedné z těchto metod.
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