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






    BeginInvoke(Delegate) Method
    Syntax
    'Declaration
     
    
    <System.ComponentModel.EditorBrowsableAttribute(EditorBrowsableState.Advanced)>
    Public Overloads Function BeginInvoke( _
       ByVal method As System.Delegate _
    ) As System.IAsyncResult
     
    'Usage
     
    
    Dim instance As LicenseDialog
    Dim method As System.Delegate
    Dim value As System.IAsyncResult
     
    value = instance.BeginInvoke(method)

    Parameters

    method
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also