DicomObjects.NET.8.48 Documentation
DicomObjects.DicomCodecs Namespace / ICodecBase Interface / LockObject Method






    LockObject Method (ICodecBase)
    A simple object to provide synchronisation if a codec is accessed via multiple threads
    Syntax
    'Declaration
     
    
    Function LockObject() As System.Object
     
    'Usage
     
    
    Dim instance As ICodecBase
    Dim value As System.Object
     
    value = instance.LockObject()

    Return Value

    An object which should only be used for locking
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also