Amazon.CloudFormation.AmazonCloudFormationClient.EndListImports C# (CSharp) Method

EndListImports() public method

Finishes the asynchronous execution of the ListImports operation.
public EndListImports ( IAsyncResult asyncResult ) : ListImportsResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginListImports.
return ListImportsResponse
        public  ListImportsResponse EndListImports(IAsyncResult asyncResult)
        {
            return EndInvoke<ListImportsResponse>(asyncResult);
        }
AmazonCloudFormationClient