Amazon.CognitoIdentityProvider.AmazonCognitoIdentityProviderClient.EndForgetDevice C# (CSharp) Method

EndForgetDevice() public method

Finishes the asynchronous execution of the ForgetDevice operation.
public EndForgetDevice ( IAsyncResult asyncResult ) : ForgetDeviceResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginForgetDevice.
return ForgetDeviceResponse
        public  ForgetDeviceResponse EndForgetDevice(IAsyncResult asyncResult)
        {
            return EndInvoke<ForgetDeviceResponse>(asyncResult);
        }
AmazonCognitoIdentityProviderClient