Amazon.CloudFormation.AmazonCloudFormationClient.ListStackResourcesAsync C# (CSharp) Méthode

ListStackResourcesAsync() public méthode

Initiates the asynchronous execution of the ListStackResources operation.
public ListStackResourcesAsync ( ListStackResourcesRequest request, System cancellationToken = default(CancellationToken) ) : Task
request ListStackResourcesRequest Container for the necessary parameters to execute the ListStackResources 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<ListStackResourcesResponse> ListStackResourcesAsync(ListStackResourcesRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken))
        {
            var marshaller = new ListStackResourcesRequestMarshaller();
            var unmarshaller = ListStackResourcesResponseUnmarshaller.Instance;

            return InvokeAsync<ListStackResourcesRequest,ListStackResourcesResponse>(request, marshaller, 
                unmarshaller, cancellationToken);
        }
AmazonCloudFormationClient