DicomObjects.NET.8.48 Documentation
DicomObjects Namespace / DicomViewer Class / BeginInvoke Method / BeginInvoke(Delegate) Method

In This Topic
    BeginInvoke(Delegate) Method
    In This Topic
    Syntax
    'Declaration
     
    
    <System.ComponentModel.EditorBrowsableAttribute(EditorBrowsableState.Advanced)>
    Public Overloads Function BeginInvoke( _
       ByVal method As System.Delegate _
    ) As System.IAsyncResult
    [System.ComponentModel.EditorBrowsable(EditorBrowsableState.Advanced)]
    public System.IAsyncResult BeginInvoke( 
       System.Delegate method
    )

    Parameters

    method
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also