Message in Japanese (日本語)
型 '<var>Type Name</var>' のタスクベースの非同期 OperationContract メソッド '<var>Method name</var>' が非同期 OperationContract メソッド '<var>X</var>' と '<var>Y</var>' に一致しました。これらのメソッドは同じ操作名 '<var>Z</var>' を使用しています。タスクベースの非同期 OperationContract メソッドが非同期 OperationContract メソッドのペアに一致する場合、タスクベースの非同期 OperationContract メソッドに対して追加の属性を宣言する必要があります。この場合、非同期 OperationContract メソッド '<var>X</var>' に 'X' 型の属性が 1 つ以上あります。これを修正するには、メソッド '<var>X</var>' から 'X' 属性を削除します。または、一方のメソッドの名前を変更して一致しないようにします。
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 task-based asynchronous OperationContract method is matched to a pair of asynchronous OperationContract methods, any additional attributes must be declared on the task-based asynchronous OperationContract method. In this case, the asynchronous OperationContract method '<var>X</var>' has one or more attributes of type 'X'. To fix it, remove the 'X' attribute or attributes from method '<var>X</var>'. Alternatively, changing the name of one of the methods will prevent matching.
Search by Google