IEwsHttpWebRequest.EndGetResponse method
Ends an asynchronous request to an Internet resource.
The EndGetResponse(IAsyncResult) method is applicable for clients that target Exchange Online and versions of Exchange starting with Microsoft Exchange Server 2007.
Namespace: Microsoft.Exchange.WebServices.Data
Assembly: Microsoft.Exchange.WebServices (in Microsoft.Exchange.WebServices.dll)
Syntax
'Declaration
Function EndGetResponse ( _
asyncResult As IAsyncResult _
) As IEwsHttpWebResponse
'Usage
Dim instance As IEwsHttpWebRequest
Dim asyncResult As IAsyncResult
Dim returnValue As IEwsHttpWebResponse
returnValue = instance.EndGetResponse(asyncResult)
IEwsHttpWebResponse EndGetResponse(
IAsyncResult asyncResult
)
Parameters
asyncResult
Type: System.IAsyncResultThe pending request for a response.
Return value
Type: Microsoft.Exchange.WebServices.Data.IEwsHttpWebResponse
A WebResponse object that contains the response from the Internet resource.