signalR的一些细节
Posted Ender.Lu
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了signalR的一些细节相关的知识,希望对你有一定的参考价值。
获取根目录通过AppDomain.CurrentDomain.BaseDirectory
因为不能直接获取session ,使用的替代方案如下
private static Dictionary<string,bool> isCancel = new System.Collections.Generic.Dictionary<string,bool>();
private static Dictionary<string, string> dicSql = new System.Collections.Generic.Dictionary<string, string>();
设置变量用于暂停后台正在执行的任务
或者存储临时结果.
以上是关于signalR的一些细节的主要内容,如果未能解决你的问题,请参考以下文章