Message in Chinese (Traditional) (中文(繁體))
使用 IAsyncResult 設計模式時,End 方法無法加上 OperationContractAttribute。只有對應的 Begin 方法可加上 OperationContractAttribute; 該屬性將套用至 Begin-End 方法組。類型 '<var>Type Name</var>' 中的方法 '<var>Method 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