[]
        
(Showing Draft Content)

C1.Report.ReportErrorEventHandler.BeginInvoke

BeginInvoke Method

BeginInvoke(object, ReportErrorEventArgs, AsyncCallback, object)

Declaration
public virtual IAsyncResult BeginInvoke(object sender, ReportErrorEventArgs e, AsyncCallback callback, object @object)
Public Overridable Function BeginInvoke(sender As Object, e As ReportErrorEventArgs, callback As AsyncCallback, [object] As Object) As IAsyncResult
Parameters
Type Name Description
object sender
ReportErrorEventArgs e
AsyncCallback callback
object object
Returns
Type Description
IAsyncResult