Amazon.KeyManagementService.AmazonKeyManagementServiceClient.EndGetParametersForImport C# (CSharp) Method

EndGetParametersForImport() public method

Finishes the asynchronous execution of the GetParametersForImport operation.
public EndGetParametersForImport ( IAsyncResult asyncResult ) : GetParametersForImportResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginGetParametersForImport.
return GetParametersForImportResponse
        public  GetParametersForImportResponse EndGetParametersForImport(IAsyncResult asyncResult)
        {
            return EndInvoke<GetParametersForImportResponse>(asyncResult);
        }
AmazonKeyManagementServiceClient