Message in Japanese (日本語)
型 '<var>Type Name</var>' のタスクベースの非同期 OperationContract メソッド '<var>Method name</var>' が非同期 OperationContract メソッド '<var>X</var>' と '<var>Y</var>' に一致しました。これらのメソッドは同じ操作名 '<var>Z</var>' を使用しています。非同期 OperationContract メソッドが非同期 OperationContract メソッドのペアに一致する場合、2 つの OperationContract で同じ戻り値の型を定義する必要があります。この場合、戻り値の型が異なります。これを修正するには、メソッド '<var>Method name</var>' とメソッド '<var>Y</var>' の戻り値の型を同じにします。または、一方のメソッドの名前を変更して一致しないようにします。
Unlocalized message
The task-based asynchronous OperationContract method '<var>Method name</var>' in type '<var>Type Name</var>' was matched with the asynchronous OperationContract methods '<var>X</var>' and '<var>Y</var>' because they have the same operation name '<var>Z</var>'. When a synchronous OperationContract method is matched to a pair of asynchronous OperationContract methods, the two OperationContracts must define the same return type. In this case, the return types are different. To fix it, ensure that method '<var>Method name</var>' and method '<var>Y</var>' have the same return type. Alternatively, changing the name of one of the methods will prevent matching.
Search by Google