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

EndListMFADevices() public method

Finishes the asynchronous execution of the ListMFADevices operation.
public EndListMFADevices ( IAsyncResult asyncResult ) : ListMFADevicesResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginListMFADevices.
return Amazon.IdentityManagement.Model.ListMFADevicesResponse
        public  ListMFADevicesResponse EndListMFADevices(IAsyncResult asyncResult)
        {
            return EndInvoke<ListMFADevicesResponse>(asyncResult);
        }
AmazonIdentityManagementServiceClient