Message in Japanese (日本語)
IAsyncResult 設計パターンを使用する場合、OperationContractAttribute を使用して End メソッドを修飾することはできません。OperationContractAttribute を使用して修飾できるのは、対応する Begin メソッドのみです。この属性は、メソッドの 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