Amazon.Route53.AmazonRoute53Client.ChangeTagsForResourceAsync C# (CSharp) Метод

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

Initiates the asynchronous execution of the ChangeTagsForResource operation.
public ChangeTagsForResourceAsync ( ChangeTagsForResourceRequest request, System cancellationToken = default(CancellationToken) ) : Task
request ChangeTagsForResourceRequest Container for the necessary parameters to execute the ChangeTagsForResource operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Результат Task
        public Task<ChangeTagsForResourceResponse> ChangeTagsForResourceAsync(ChangeTagsForResourceRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken))
        {
            var marshaller = new ChangeTagsForResourceRequestMarshaller();
            var unmarshaller = ChangeTagsForResourceResponseUnmarshaller.Instance;

            return InvokeAsync<ChangeTagsForResourceRequest,ChangeTagsForResourceResponse>(request, marshaller, 
                unmarshaller, cancellationToken);
        }
AmazonRoute53Client