Message in Arabic (العربية)
عند استخدام نمط تصميم IAsyncResult، لا يمكن تزيين أسلوب 'النهاية' بواسطة OperationContractAttribute. وحده أسلوب 'البداية' المطابق له يمكن تزيينه بواسطة OperationContractAttribute؛ سيتم تطبيق تلك السمة على زوج الأساليب 'بداية-نهاية'. الأسلوب '<var>Method name</var>' في النوع '<var>Type Name</var>' يخرق هذا.
Unlocalized message
When using the IAsyncResult design pattern, the End method cannot be decorated with OperationContractAttribute. Only the corresponding Begin method can be decorated with OperationContractAttribute; that attribute will apply to the Begin-End pair of methods. Method '<var>Method name</var>' in type '<var>Type Name</var>' violates this.
Search by Google