Amazon.CodePipeline.AmazonCodePipelineClient.AcknowledgeThirdPartyJobAsync C# (CSharp) Метод

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

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

            return InvokeAsync<AcknowledgeThirdPartyJobRequest,AcknowledgeThirdPartyJobResponse>(request, marshaller, 
                unmarshaller, cancellationToken);
        }

Same methods

AmazonCodePipelineClient::AcknowledgeThirdPartyJobAsync ( string clientToken, string jobId, string nonce, System cancellationToken = default(CancellationToken) ) : Task
AmazonCodePipelineClient