Amazon.IdentityManagement.AmazonIdentityManagementServiceClient.EndListMFADevices C# (CSharp) 메소드

EndListMFADevices() 공개 메소드

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