Message in Czech (Čeština)
Operace <var>X</var> má parametr nebo vrácený typ s atributem MessageContractAttribute. Aby operace mohla představovat zprávu požadavku pomocí kontraktu zprávy, musí mít jeden parametr s atributem MessageContractAttribute. Aby operace mohla představovat zprávu odpovědi pomocí kontraktu zprávy, musí být její vrácená hodnota typem s atributem MessageContractAttribute a nesmí mít žádný parametr typu out nebo ref.
Unlocalized message
The operation <var>X</var> either has a parameter or a return type that is attributed with MessageContractAttribute. In order to represent the request message using a Message Contract, the operation must have a single parameter attributed with MessageContractAttribute. In order to represent the response message using a Message Contract, the operation's return value must be a type that is attributed with MessageContractAttribute and the operation may not have any out or ref parameters.
Search by Google