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

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

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

            return InvokeAsync<PollForThirdPartyJobsRequest,PollForThirdPartyJobsResponse>(request, marshaller, 
                unmarshaller, cancellationToken);
        }
AmazonCodePipelineClient