Message in Korean (한국어)
두 메서드가 동일한 작업 이름 'X'을(를) 포함하기 때문에 '<var>Type Name</var>' 형식의 동기 OperationContract 메서드 '<var>Method name</var>'이(가) 작업 기반 비동기 OperationContract 메서드 '<var>X</var>'과(와) 일치했습니다. 동기 OperationContract 메서드가 작업 기반 비동기 OperationContract 메서드와 일치하는 경우 추가 특성은 동기 OperationContract 메서드에서 선언해야 합니다. 이 경우 작업 기반 비동기 OperationContract 메서드 '<var>X</var>'에 하나 이상의 'Y' 형식의 특성이 포함되어 있습니다. 이를 해결하려면 메서드 '<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