Amazon.CodeBuild.AmazonCodeBuildClient.UpdateProjectAsync C# (CSharp) Method

UpdateProjectAsync() public method

Initiates the asynchronous execution of the UpdateProject operation.
public UpdateProjectAsync ( UpdateProjectRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.CodeBuild.Model.UpdateProjectRequest Container for the necessary parameters to execute the UpdateProject operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
return Task
        public Task<UpdateProjectResponse> UpdateProjectAsync(UpdateProjectRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken))
        {
            var marshaller = new UpdateProjectRequestMarshaller();
            var unmarshaller = UpdateProjectResponseUnmarshaller.Instance;

            return InvokeAsync<UpdateProjectRequest,UpdateProjectResponse>(request, marshaller, 
                unmarshaller, cancellationToken);
        }