Message in Czech (Čeština)
Úlohově orientovaná asynchronní metoda OperationContract <var>Method name</var> typu <var>Type Name</var> se shoduje s asynchronními metodami OperationContract <var>X</var> a <var>Y</var>, protože mají shodný název operace <var>Z</var>. Pokud se synchronní metoda OperationContract shoduje s párem asynchronních metod OperationContract, musejí obě tyto metody OperationContract definovat stejný návratový typ. V tomto případě jsou tyto návratové typy rozdílné. Tento problém je možné odstranit tak, že zajistíte, aby metoda <var>Method name</var> i metoda <var>Y</var> měly stejný návratový typ. Alternativně můžete shodě metod zabránit změnou názvu jedné z těchto metod.
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