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

EndResyncMFADevice() 공개 메소드

Finishes the asynchronous execution of the ResyncMFADevice operation.
public EndResyncMFADevice ( IAsyncResult asyncResult ) : ResyncMFADeviceResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginResyncMFADevice.
리턴 ResyncMFADeviceResponse
        public  ResyncMFADeviceResponse EndResyncMFADevice(IAsyncResult asyncResult)
        {
            return EndInvoke<ResyncMFADeviceResponse>(asyncResult);
        }
AmazonIdentityManagementServiceClient