[ServiceBehavior(
IncludeExceptionDetailInFaults = true,
InstanceContextMode = InstanceContextMode.Single,
ConcurrencyMode = ConcurrencyMode.Multiple,
UseSynchronizationContext = false)]
不使用這個實現下服務操作的異步/ AWAIT模式有什麼區別WCF服務?即使不使用異步/等待,服務調用也不會異步地執行並可能執行?即使閱讀了大量的msdn和博客文章,上述情況仍然不清楚,我會將我的操作異化爲安全。