Message in Norwegian (Bokmal) (Norsk (Bokmål))
Den synkrone OperationContract-metoden <var>Method name</var> i typen <var>Type Name</var> ble tilpasset den oppgavebaserte asynkrone OperationContract-metoden <var>X</var> fordi de har samme operasjonsnavn <var>Y</var>. Når en synkron OperationContract-metode tilpasses en oppgavebasert asynkrone OperationContract-metode, må de to OperationContract-metodene ha samme verdi for X-egenskapen. I dette tilfellet er verdiene forskjellige. Dette løser du ved å endre X-egenskapen for en av de to OperationContract-metodene slik at den samsvarer med den andre. Du kan også endre navnet på en av metodene for å hindre at de samsvarer.
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 '<var>Y</var>'. When a synchronous OperationContract method is matched to a task-based asynchronous OperationContract method, the two OperationContracts must have the same value for the 'X' property. In this case, the values are different. To fix it, change the 'X 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