ReportWebData.EndPostRequest Method

End executing an asynchronous Post Request
<EditorBrowsable(EditorBrowsableState.Never)> _ 
<ID("EndPostRequest", (int)e.EndPostRequest)> _ 
Public Function EndPostRequest( _ 
ByVal ar As IAsyncResult
) As Integer
This language is not supported or no code example is available.
[EditorBrowsable(EditorBrowsableState.Never)] 
[ID("EndPostRequest", (int)e.EndPostRequest)] 
public int EndPostRequest( 
IAsyncResult ar 
)
This language is not supported or no code example is available.

Parameters

ar
IAsyncResult

Reference to object returned by BeginPostRequest method

Return Value

int

Flag indicating success

.NET Framework

Supported in: 4.6.2, 4.7

In this article

Definition