Amazon.ServiceCatalog.AmazonServiceCatalogClient.BeginDeleteProvisioningArtifact C# (CSharp) 메소드

BeginDeleteProvisioningArtifact() 공개 메소드

Initiates the asynchronous execution of the DeleteProvisioningArtifact operation.
public BeginDeleteProvisioningArtifact ( DeleteProvisioningArtifactRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.ServiceCatalog.Model.DeleteProvisioningArtifactRequest Container for the necessary parameters to execute the DeleteProvisioningArtifact operation on AmazonServiceCatalogClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
리턴 IAsyncResult
        public IAsyncResult BeginDeleteProvisioningArtifact(DeleteProvisioningArtifactRequest request, AsyncCallback callback, object state)
        {
            var marshaller = new DeleteProvisioningArtifactRequestMarshaller();
            var unmarshaller = DeleteProvisioningArtifactResponseUnmarshaller.Instance;

            return BeginInvoke<DeleteProvisioningArtifactRequest>(request, marshaller, unmarshaller,
                callback, state);
        }
AmazonServiceCatalogClient