Amazon.IdentityManagement.AmazonIdentityManagementServiceClient.EndListVirtualMFADevices C# (CSharp) Метод

EndListVirtualMFADevices() публичный Метод

Finishes the asynchronous execution of the ListVirtualMFADevices operation.
public EndListVirtualMFADevices ( IAsyncResult asyncResult ) : ListVirtualMFADevicesResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginListVirtualMFADevices.
Результат Amazon.IdentityManagement.Model.ListVirtualMFADevicesResponse
        public  ListVirtualMFADevicesResponse EndListVirtualMFADevices(IAsyncResult asyncResult)
        {
            return EndInvoke<ListVirtualMFADevicesResponse>(asyncResult);
        }
AmazonIdentityManagementServiceClient