Message in Finnish (suomi)
Synkronista OperationContract-menetelmää <var>Method name</var> tyypissä <var>Type Name</var> verrattiin tehtäväpohjaiseen asynkroniseen OperationContract-menetelmään <var>X</var>, koska niillä on sama toimintonimi X. Kun synkronista OperationContract-menetelmää verrataan tehtäväpohjaiseen asynkroniseen OperationContract-menetelmään, mahdolliset muut määritteet täytyy määrittää synkronisessa OperationContract-menetelmässä. Tässä tapauksessa tehtäväpohjaisella asynkronisella OperationContract-menetelmällä <var>X</var> on vähintään yksi tyyppiä Y oleva määrite. Voit korjata tilanteen poistamalla tyyppiä Y olevat määritteet menetelmästä <var>X</var>. Vertailu voidaan estää myös muuttamalla jommankumman menetelmän nimeä.
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