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

EndListStackResources() public méthode

Finishes the asynchronous execution of the ListStackResources operation.
public EndListStackResources ( IAsyncResult asyncResult ) : ListStackResourcesResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginListStackResources.
Résultat ListStackResourcesResponse
        public  ListStackResourcesResponse EndListStackResources(IAsyncResult asyncResult)
        {
            return EndInvoke<ListStackResourcesResponse>(asyncResult);
        }
AmazonCloudFormationClient