Nevron .NET Vision
Nevron.Chart Namespace / NDocument Class / Unlock Method


In This Topic
    Unlock Method
    In This Topic
    Unlocks this document for concurrent access from other threads.
    Syntax
    'Declaration
     
    
    Public Sub Unlock() 
    'Usage
     
    
    Dim instance As NDocument
     
    instance.Unlock()
    public void Unlock()
    Remarks
    You need to call the Unlock method after you called Lock when you're finished with reading or modifying the document.
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also