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