Amazon.DataPipeline.AmazonDataPipelineClient.AddTagsAsync C# (CSharp) 메소드

AddTagsAsync() 공개 메소드

Initiates the asynchronous execution of the AddTags operation.
public AddTagsAsync ( Amazon.DataPipeline.Model.AddTagsRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.DataPipeline.Model.AddTagsRequest Container for the necessary parameters to execute the AddTags operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
리턴 Task
        public Task<AddTagsResponse> AddTagsAsync(AddTagsRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken))
        {
            var marshaller = new AddTagsRequestMarshaller();
            var unmarshaller = AddTagsResponseUnmarshaller.Instance;

            return InvokeAsync<AddTagsRequest,AddTagsResponse>(request, marshaller, 
                unmarshaller, cancellationToken);
        }

Same methods

AmazonDataPipelineClient::AddTagsAsync ( string pipelineId, List tags, System cancellationToken = default(CancellationToken) ) : Task