Message in Chinese (Simplified) (中文(简体))
在地址“<var>X</var>”为协定“<var>Contract Name</var>”处理消息时切换了线程。ServiceBehaviorAttribute 上的 UseSynchronizationContext 属性被设置为 True,且打开 ServiceHoster 时 SynchronizationContext.Current 为非空。如果您的服务表现为未在处理消息,请考虑将 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