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

EndAdminForgetDevice() public method

Finishes the asynchronous execution of the AdminForgetDevice operation.
public EndAdminForgetDevice ( IAsyncResult asyncResult ) : AdminForgetDeviceResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginAdminForgetDevice.
return AdminForgetDeviceResponse
        public  AdminForgetDeviceResponse EndAdminForgetDevice(IAsyncResult asyncResult)
        {
            return EndInvoke<AdminForgetDeviceResponse>(asyncResult);
        }
AmazonCognitoIdentityProviderClient