Opc.Ua.Server.CoreNodeManager.HasLock C# (CSharp) Méthode

HasLock() public méthode

Returns true if the current thread has the lock on the node manager.
public HasLock ( ) : bool
Résultat bool
        public bool HasLock()
        {
            return m_lock.HasLock();
        }
        #endregion