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
    'Usage
     
    
    Dim instance As ICodecBase
    Dim value As System.Object
     
    value = instance.LockObject()
    System.object LockObject()
    function LockObject(): System.TObject; 
    function LockObject() : System.Object;
    System.Object* LockObject(); 
    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