标签: wpf wcf singleton
假设我有一个wcf服务。
如果我需要将其设计为单例模式,只需要它就像: [ServiceBehavior(InstanceContextMode = InstanceContextMode.Single]
这种设计模式是否在使用wcf wpf的实时股票交易系统中流行?