ReportWebData.BeginGetRequestAsync Method

Begin executing an asynchronous Get Request
<EditorBrowsable(EditorBrowsableState.Never)> _ 
<ID("BeginGetRequestAsync", (int)e.BeginGetRequestAsync)> _ 
Public Function BeginGetRequestAsync( _ 
ByVal callback As AsyncCallback, _ 
Optional ByVal urlOverride As String = null _ 
) As Task(Of IAsyncResult)
This language is not supported or no code example is available.
[EditorBrowsable(EditorBrowsableState.Never)] 
[ID("BeginGetRequestAsync", (int)e.BeginGetRequestAsync)] 
public Task<IAsyncResult> BeginGetRequestAsync( 
AsyncCallback callback
string urlOverride = null 
)
This language is not supported or no code example is available.

Parameters

callback
AsyncCallback

Callback that will be called after executing

urlOverride
string

Return Value

Task<IAsyncResult>

Reference to object that should be passed to EndGetRequest method while executing callback.

.NET Framework

Supported in: 4.6.2, 4.7

In this article

Definition