Amazon.KeyManagementService.AmazonKeyManagementServiceClient.DeleteImportedKeyMaterialAsync C# (CSharp) Метод

DeleteImportedKeyMaterialAsync() публичный Метод

Initiates the asynchronous execution of the DeleteImportedKeyMaterial operation.
public DeleteImportedKeyMaterialAsync ( DeleteImportedKeyMaterialRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.KeyManagementService.Model.DeleteImportedKeyMaterialRequest Container for the necessary parameters to execute the DeleteImportedKeyMaterial operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Результат Task
        public Task<DeleteImportedKeyMaterialResponse> DeleteImportedKeyMaterialAsync(DeleteImportedKeyMaterialRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken))
        {
            var marshaller = new DeleteImportedKeyMaterialRequestMarshaller();
            var unmarshaller = DeleteImportedKeyMaterialResponseUnmarshaller.Instance;

            return InvokeAsync<DeleteImportedKeyMaterialRequest,DeleteImportedKeyMaterialResponse>(request, marshaller, 
                unmarshaller, cancellationToken);
        }
AmazonKeyManagementServiceClient