Message in Arabic (العربية)
تمت مطابقة أسلوب OperationContract متزامن مستند إلى المهام '<var>Method name</var>' في النوع '<var>Type Name</var>' مع أساليب OperationContract المتزامنة '<var>X</var>' و'<var>Y</var>' نظرًا لأنهما يحتويان على نفس اسم العملية '<var>Z</var>'. وعندما تتم مطابقة أسلوب OperationContract متزامن مستند إلى المهام مع زوج من أساليب OperationContract متزامنة، يجب أن يحتوي OperationContracts الاثنان على نفس القيمة للخاصية '<var>A</var>'. وفي هذه الحالة، تعد القيم مختلفة. ولإصلاح ذلك، قم بتغيير الخاصية '<var>A</var> لأحد أساليب OperationContracts كي يتوافق مع الآخر. وبدلاّ من ذلك، سيؤدي تغيير اسم أحد الأسلوبين إلى منع عملية المطابقة.
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