Amazon.IdentityManagement.AmazonIdentityManagementServiceClient.EndListInstanceProfiles C# (CSharp) Method

EndListInstanceProfiles() public method

Finishes the asynchronous execution of the ListInstanceProfiles operation.
public EndListInstanceProfiles ( IAsyncResult asyncResult ) : ListInstanceProfilesResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginListInstanceProfiles.
return Amazon.IdentityManagement.Model.ListInstanceProfilesResponse
        public  ListInstanceProfilesResponse EndListInstanceProfiles(IAsyncResult asyncResult)
        {
            return EndInvoke<ListInstanceProfilesResponse>(asyncResult);
        }
AmazonIdentityManagementServiceClient