Amazon.ServiceCatalog.AmazonServiceCatalogClient.DeleteProvisioningArtifactAsync C# (CSharp) Méthode

DeleteProvisioningArtifactAsync() public méthode

Initiates the asynchronous execution of the DeleteProvisioningArtifact operation.
public DeleteProvisioningArtifactAsync ( DeleteProvisioningArtifactRequest request, System cancellationToken = default(CancellationToken) ) : Task
request DeleteProvisioningArtifactRequest Container for the necessary parameters to execute the DeleteProvisioningArtifact operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Résultat Task
        public Task<DeleteProvisioningArtifactResponse> DeleteProvisioningArtifactAsync(DeleteProvisioningArtifactRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken))
        {
            var marshaller = new DeleteProvisioningArtifactRequestMarshaller();
            var unmarshaller = DeleteProvisioningArtifactResponseUnmarshaller.Instance;

            return InvokeAsync<DeleteProvisioningArtifactRequest,DeleteProvisioningArtifactResponse>(request, marshaller, 
                unmarshaller, cancellationToken);
        }
AmazonServiceCatalogClient