Amazon.SimpleSystemsManagement.AmazonSimpleSystemsManagementClient.EndListAssociations C# (CSharp) Method

EndListAssociations() public method

Finishes the asynchronous execution of the ListAssociations operation.
public EndListAssociations ( IAsyncResult asyncResult ) : ListAssociationsResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginListAssociations.
return Amazon.SimpleSystemsManagement.Model.ListAssociationsResponse
        public  ListAssociationsResponse EndListAssociations(IAsyncResult asyncResult)
        {
            return EndInvoke<ListAssociationsResponse>(asyncResult);
        }
AmazonSimpleSystemsManagementClient