Message in Korean (한국어)
주소 '<var>X</var>'에서 계약 '<var>Contract Name</var>'에 대한 메시지를 처리하는 동안 스레드를 전환했습니다. ServiceBehaviorAttribute의 UseSynchronizationContext 속성이 true로 설정되었으며, ServiceHost를 열 때 SynchronizationContext.Current가 null이 아닙니다. 서비스가 메시지를 처리하지 않는다고 생각되면, UseSynchronizationContext를 false로 설정해 보십시오.
Unlocalized message
Switched threads while processing a message for Contract '<var>Contract Name</var>' at Address '<var>X</var>'. UseSynchronizationContext property on ServiceBehaviorAttribute is set to true, and SynchronizationContext.Current was non-null when opening ServiceHost. If your service seems to be not processing messages, consider setting UseSynchronizationContext to false.
Search by Google