用winFrom做为宿主时,要注意服务的线程是否在UI线程中
[ServiceBehavior(UseSynchronizationContext=false, ConcurrencyMode=ConcurrencyMode.Reentrant)]
以上定义为,线程不同步,可重入。可处理回调。