Message in Hebrew (עברית)
בעת שימוש בתבנית העיצוב IAsyncResult, אין אפשרות לקשט את שיטת End עם OperationContractAttribute. ניתן לקשט רק את שיטת Begin המתאימה עם OperationContractAttribute; תכונה זו תחול על זוג השיטות Begin-End. השיטה '<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