Message in Chinese (Simplified) (中文(简体))
类型“<var>Type Name</var>”中的 OperationContract 方法“<var>Method name</var>”不能正确实现异步模式,因为找不到相应方法“X”。提供名为“X”的方法或者将方法“<var>Method name</var>”上的 AsyncPattern 属性设置为 false。
Unlocalized message
OperationContract method '<var>Method name</var>' in type '<var>Type Name</var>' does not properly implement the async pattern, as no corresponding method 'X' could be found. Either provide a method called 'X' or set the AsyncPattern property on method '<var>Method name</var>' to false.
Search by Google