Message in Polish (Polski)
Oparta na zadaniach asynchroniczna metoda klasy OperationContract „<var>Method name</var>” w typie „<var>Type Name</var>” została dopasowana do asynchronicznych metod klasy OperationContract „<var>X</var>” i „<var>Y</var>”, ponieważ zawierają one operację o takiej samej nazwie „<var>Z</var>”. Gdy synchroniczna metoda klasy OperationContract jest dopasowywana do pary asynchronicznych metod klasy OperationContract, obie klasy OperationContract muszą definiować taki sam zwracany typ. W tym przypadku zwracane typy są różne. Aby rozwiązać ten problem, upewnij się, że metoda „<var>Method name</var>” i metoda „<var>Y</var>” mają taki sam zwracany typ. Możesz też zmienić nazwę jednej z metod, co zapobiegnie dopasowywaniu.
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