DicomObjects.NET.8.48 Documentation
DicomObjects Namespace / DicomViewer Class / EndInvoke Method






    EndInvoke Method (DicomViewer)
    Syntax
    'Declaration
     
    
    <System.ComponentModel.EditorBrowsableAttribute(EditorBrowsableState.Advanced)>
    Public Function EndInvoke( _
       ByVal asyncResult As System.IAsyncResult _
    ) As System.Object
     
    'Usage
     
    
    Dim instance As DicomViewer
    Dim asyncResult As System.IAsyncResult
    Dim value As System.Object
     
    value = instance.EndInvoke(asyncResult)

    Parameters

    asyncResult
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also