ReportWebData.EndGetRequest Method

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

Parameters

ar
IAsyncResult

Reference to object returned by BeginGetRequest method

status
int

Return flag indicating success or fail

Return Value

string

Content from GetRequest, if success, or null if failed

.NET Framework

Supported in: 4.6.2, 4.7

In this article

Definition