Amazon.Route53.AmazonRoute53Client.BeginListTagsForResources C# (CSharp) Méthode

BeginListTagsForResources() public méthode

Initiates the asynchronous execution of the ListTagsForResources operation.
public BeginListTagsForResources ( ListTagsForResourcesRequest request, AsyncCallback callback, object state ) : IAsyncResult
request ListTagsForResourcesRequest Container for the necessary parameters to execute the ListTagsForResources operation on AmazonRoute53Client.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
Résultat IAsyncResult
        public IAsyncResult BeginListTagsForResources(ListTagsForResourcesRequest request, AsyncCallback callback, object state)
        {
            var marshaller = new ListTagsForResourcesRequestMarshaller();
            var unmarshaller = ListTagsForResourcesResponseUnmarshaller.Instance;

            return BeginInvoke<ListTagsForResourcesRequest>(request, marshaller, unmarshaller,
                callback, state);
        }
AmazonRoute53Client