Message in Hebrew (עברית)
שיטת ה- OperationContract הסינכרונית '<var>Method name</var>' בסוג '<var>Type Name</var>' הותאמה עם שיטת ה- OperationContract האסינכרונית מבוססת המשימה '<var>X</var>' מאחר שיש להן את אותו שם פעולה, 'X'. כאשר שיטת OperationContract סינכרונית מותאמת לשיטת OperationContract אסינכרונית מבוססת-משימה, יש להכריז על כל תכונות נוספות בשיטת ה- OperationContract הסינכרונית. במקרה כזה, שיטת ה- OperationContract האסינכרונית מבוססת המשימה '<var>X</var>' כוללת תכונה אחת או יותר מסוג 'Y'. על מנת לתקן זאת, הסר את התכונה 'Y' או תכונות מהשיטה '<var>X</var>'. לחלופין, ניתן לשנות את השם של אחת מהשיטות וכך למנוע התאמה.
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 'X'. When a synchronous OperationContract method is matched to a task-based asynchronous OperationContract method, any additional attributes must be declared on the synchronous OperationContract method. In this case, the task-based asynchronous OperationContract method '<var>X</var>' has one or more attributes of type 'Y'. To fix it, remove the 'Y' attribute or attributes from method '<var>X</var>'. Alternatively, changing the name of one of the methods will prevent matching.
Search by Google