Amazon.KeyManagementService.AmazonKeyManagementServiceClient.EndGetParametersForImport C# (CSharp) Méthode

EndGetParametersForImport() public méthode

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