HttpApplicationStateBase.UnLock 方法
定义
当在派生类中重写时,取消锁定对集合中对象的访问以启用同步访问。When overridden in a derived class, unlocks access to objects in the collection to enable synchronized access.
public:
virtual void UnLock();
public virtual void UnLock ();
abstract member UnLock : unit -> unit
override this.UnLock : unit -> unit
Public Overridable Sub UnLock ()
例外
始终。Always.