Message in Korean (한국어)
두 메서드가 동일한 작업 이름 'X'을(를) 포함하기 때문에 '<var>Type Name</var>' 형식의 동기 OperationContract 메서드 '<var>Method name</var>'이(가) 작업 기반 비동기 OperationContract 메서드 '<var>X</var>'과(와) 일치했습니다. 동기 OperationContract 메서드가 작업 기반 비동기 OperationContract 메서드와 일치하는 경우 두 OperationContract 모두 동일한 숫자와 형식의 매개 변수를 정의해야 합니다. 이 경우 일부 인수가 달라집니다. 이를 해결하려면 두 OperationContract가 동일한 숫자와 형식의 인수를 동일한 순서로 정의하는지 확인해야 합니다. 또는 메서드 중 하나의 이름을 변경해도 일치하지 않게 됩니다.
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 number and types of parameters. In this case, some of the arguments are different. To fix it, ensure that the OperationContracts define the same number and types of arguments, in the same order. Alternatively, changing the name of one of the methods will prevent matching.
Search by Google