BeginInvoke(Delegate) Method
In This Topic
Syntax
'Declaration
<System.ComponentModel.EditorBrowsableAttribute(EditorBrowsableState.Advanced)>
Public Overloads Function BeginInvoke( _
ByVal 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)
[System.ComponentModel.EditorBrowsable(EditorBrowsableState.Advanced)]
public System.IAsyncResult BeginInvoke(
System.Delegate
)
public function BeginInvoke(
: System.Delegate
): System.IAsyncResult;
System.ComponentModel.EditorBrowsableAttribute(EditorBrowsableState.Advanced)
public function BeginInvoke(
: System.Delegate
) : System.IAsyncResult;
[System.ComponentModel.EditorBrowsable(EditorBrowsableState.Advanced)]
public: System.IAsyncResult* BeginInvoke(
System.Delegate*
)
[System.ComponentModel.EditorBrowsable(EditorBrowsableState.Advanced)]
public:
System.IAsyncResult^ BeginInvoke(
System.Delegate^
)
Parameters
- method
Requirements
Target Platforms: .NET CLR 4.8 or higher
See Also