Message in Korean (한국어)
두 메서드가 동일한 작업 이름 'X'을(를) 포함하기 때문에 '<var>Type Name</var>' 형식의 동기 OperationContract 메서드 '<var>Method name</var>'이(가) 작업 기반 비동기 OperationContract 메서드 '<var>X</var>'과(와) 일치했습니다. 동기 OperationContract 메서드가 작업 기반 비동기 OperationContract 메서드와 일치하는 경우 두 OperationContract 모두 동일한 반환 형식을 정의해야 합니다. 이 경우 반환 형식이 달라집니다. 이를 해결하려면 메서드 '<var>Method name</var>'과(와) 메서드 '<var>X</var>'의 반환 형식이 동일한지 확인해야 합니다. 또는 메서드 중 하나의 이름을 변경해도 일치하지 않게 됩니다.
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, 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>X</var>' have the same return type. Alternatively, changing the name of one of the methods will prevent matching.
Search by Google