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

In This Topic
    LockObject Method (ICodecBase)
    In This Topic
    A simple object to provide synchronisation if a codec is accessed via multiple threads
    Syntax
    'Declaration
     
    
    Function LockObject() As System.Object
    System.object LockObject()

    Return Value

    An object which should only be used for locking
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also