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

EndCreateVirtualMFADevice() public method

Finishes the asynchronous execution of the CreateVirtualMFADevice operation.
public EndCreateVirtualMFADevice ( IAsyncResult asyncResult ) : CreateVirtualMFADeviceResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginCreateVirtualMFADevice.
return Amazon.IdentityManagement.Model.CreateVirtualMFADeviceResponse
        public  CreateVirtualMFADeviceResponse EndCreateVirtualMFADevice(IAsyncResult asyncResult)
        {
            return EndInvoke<CreateVirtualMFADeviceResponse>(asyncResult);
        }
AmazonIdentityManagementServiceClient