Message in Chinese (Simplified) (中文(简体))
使用 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