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

CreateProvisioningArtifactAsync() public méthode

Initiates the asynchronous execution of the CreateProvisioningArtifact operation.
public CreateProvisioningArtifactAsync ( CreateProvisioningArtifactRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.ServiceCatalog.Model.CreateProvisioningArtifactRequest Container for the necessary parameters to execute the CreateProvisioningArtifact 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<CreateProvisioningArtifactResponse> CreateProvisioningArtifactAsync(CreateProvisioningArtifactRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken))
        {
            var marshaller = new CreateProvisioningArtifactRequestMarshaller();
            var unmarshaller = CreateProvisioningArtifactResponseUnmarshaller.Instance;

            return InvokeAsync<CreateProvisioningArtifactRequest,CreateProvisioningArtifactResponse>(request, marshaller, 
                unmarshaller, cancellationToken);
        }
AmazonServiceCatalogClient