ReportWebData.BeginPostRequestAsync Method

Begin executing an asynchronous Post Request
<EditorBrowsable(EditorBrowsableState.Never)> _ 
<ID("BeginPostRequestAsync", (int)e.BeginPostRequestAsync)> _ 
Public Function BeginPostRequestAsync( _ 
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("BeginPostRequestAsync", (int)e.BeginPostRequestAsync)] 
public Task<IAsyncResult> BeginPostRequestAsync( 
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 EndPostRequest method while executing callback.

.NET Framework

Supported in: 4.6.2, 4.7

In this article

Definition