DicomObjects.NET10 Documentation
DicomObjects Namespace / DicomViewer Class / SafeUpdate Method



In This Topic
    SafeUpdate Method
    In This Topic
    Threadsafe version of standard Control.Update() method
    Syntax
    'Declaration
     
    
    Public Sub SafeUpdate() 
    'Usage
     
    
    Dim instance As DicomViewer
     
    instance.SafeUpdate()
    public void SafeUpdate()
    public:
    void SafeUpdate(); 
    Remarks
    The only reason for this method is to handle Update() where it is called from a thread other than the one which created the control. This override handles that situation nicely by causing the update to be deferred to the main thread.
    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