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 úlohově orientovaná asynchronní metoda OperationContract shoduje s párem asynchronních metod OperationContract, musejí mít obě tyto metody OperationContract shodnou hodnotu vlastnosti <var>A</var>. V tomto případě jsou tyto hodnoty odlišné. Tento problém je možné odstranit tak, že změníte hodnotu vlastnosti <var>A</var> jedné z metod OperationContract tak, aby se obě shodovaly. 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 task-based asynchronous OperationContract method is matched to a pair of asynchronous OperationContract methods, the two OperationContracts must have the same value for the '<var>A</var>' property. In this case, the values are different. To fix it, change the '<var>A</var> property of one of the OperationContracts to match the other. Alternatively, changing the name of one of the methods will prevent matching.
Search by Google