Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在研究 C# 技术。我需要为独立应用程序中的每个状态维护一个会话。我的目标是实现会话超时功能。请指导我。
Winforms 本质上是有状态的。只要您的调用代码可以访问它们,您设置的变量或状态就应该在内存中可用。全局系统计时器可能是您在这里寻找的。
看看这个答案
如果您需要重新初始化会话,可以查看此答案