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

EndEnableMFADevice() public method

Finishes the asynchronous execution of the EnableMFADevice operation.
public EndEnableMFADevice ( IAsyncResult asyncResult ) : Amazon.IdentityManagement.Model.EnableMFADeviceResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginEnableMFADevice.
return Amazon.IdentityManagement.Model.EnableMFADeviceResponse
        public  EnableMFADeviceResponse EndEnableMFADevice(IAsyncResult asyncResult)
        {
            return EndInvoke<EnableMFADeviceResponse>(asyncResult);
        }
AmazonIdentityManagementServiceClient