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

EndDeleteImportedKeyMaterial() public méthode

Finishes the asynchronous execution of the DeleteImportedKeyMaterial operation.
public EndDeleteImportedKeyMaterial ( IAsyncResult asyncResult ) : DeleteImportedKeyMaterialResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDeleteImportedKeyMaterial.
Résultat DeleteImportedKeyMaterialResponse
        public  DeleteImportedKeyMaterialResponse EndDeleteImportedKeyMaterial(IAsyncResult asyncResult)
        {
            return EndInvoke<DeleteImportedKeyMaterialResponse>(asyncResult);
        }
AmazonKeyManagementServiceClient