Amazon.Inspector.AmazonInspectorClient.SetTagsForResourceAsync C# (CSharp) Méthode

SetTagsForResourceAsync() public méthode

Initiates the asynchronous execution of the SetTagsForResource operation.
public SetTagsForResourceAsync ( SetTagsForResourceRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.Inspector.Model.SetTagsForResourceRequest Container for the necessary parameters to execute the SetTagsForResource operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Résultat Task
        public Task<SetTagsForResourceResponse> SetTagsForResourceAsync(SetTagsForResourceRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken))
        {
            var marshaller = new SetTagsForResourceRequestMarshaller();
            var unmarshaller = SetTagsForResourceResponseUnmarshaller.Instance;

            return InvokeAsync<SetTagsForResourceRequest,SetTagsForResourceResponse>(request, marshaller, 
                unmarshaller, cancellationToken);
        }
AmazonInspectorClient