Amazon.APIGateway.AmazonAPIGatewayClient.EndGetExport C# (CSharp) Method

EndGetExport() public method

Finishes the asynchronous execution of the GetExport operation.
public EndGetExport ( IAsyncResult asyncResult ) : GetExportResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginGetExport.
return Amazon.APIGateway.Model.GetExportResponse
        public  GetExportResponse EndGetExport(IAsyncResult asyncResult)
        {
            return EndInvoke<GetExportResponse>(asyncResult);
        }
AmazonAPIGatewayClient