Message in Hebrew (עברית)
שיטת ה- OperationContract האסינכרונית מבוססת המשימה '<var>Method name</var>' בסוג '<var>Type Name</var>' הותאמה עם שיטות ה- OperationContract האסינכרוניות מבוססות המשימה '<var>X</var>' ו- '<var>Y</var>' מאחר שיש להן את אותו שם פעולה, '<var>Z</var>'. כאשר שיטת OperationContract סינכרונית מותאמת לצמד שיטות OperationContract אסינכרוניות, שתי שיטות ה- OperationContract חייבות להגדיר את אותו סוג חזרה. סוגי החזרה שונים. כדי לתקן זאת, ודא שהשיטה '<var>Method name</var>' והשיטה '<var>Y</var>' מגדירות את אותו סוג חזרה. לחלופין, תוכל לשנות את שם אחת השיטות כדי למנוע התאמה.
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 synchronous OperationContract method is matched to a pair of asynchronous OperationContract methods, the two OperationContracts must define the same return type. In this case, the return types are different. To fix it, ensure that method '<var>Method name</var>' and method '<var>Y</var>' have the same return type. Alternatively, changing the name of one of the methods will prevent matching.
Search by Google