AWS SDK Version 2 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

.NET Framework 3.5
 
Deletes the image file artifacts associated with the specified conversion task. If the task is still active, ignoreActiveTask must be set true to enable artifact deletion, which will cause the task to fail. Use this option at your own risk.

Namespace: Amazon.EC2.Import
Assembly: AWSSDK.dll
Version: (assembly version)

Syntax

C#
public void DeleteImageArtifacts(
         AWSCredentials awsCredentials,
         RegionEndpoint region,
         String conversionTaskId,
         Boolean ignoreActiveTask,
         CleanupProgressCallback progressCallback
)

Parameters

awsCredentials
Type: Amazon.Runtime.AWSCredentials

Credentials to use to instantiate the Amazon EC2 and Amazon S3 clients needed to complete the operation.

region
Type: Amazon.RegionEndpoint

The region containing the bucket where the image file artifacts were stored

conversionTaskId
Type: System.String

The ID of the conversion task that used the image file

ignoreActiveTask
Type: System.Boolean

If true the artifacts are deleted even if the conversion task is still in progress

progressCallback
Type: Amazon.EC2.Import.CleanupProgressCallback

Optional progress callback

Version Information

.NET Framework:
Supported in: 4.5, 4.0, 3.5