Amazon.CognitoIdentityProvider.AmazonCognitoIdentityProviderClient.EndForgetDevice C# (CSharp) Метод

EndForgetDevice() публичный Метод

Finishes the asynchronous execution of the ForgetDevice operation.
public EndForgetDevice ( IAsyncResult asyncResult ) : ForgetDeviceResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginForgetDevice.
Результат ForgetDeviceResponse
        public  ForgetDeviceResponse EndForgetDevice(IAsyncResult asyncResult)
        {
            return EndInvoke<ForgetDeviceResponse>(asyncResult);
        }
AmazonCognitoIdentityProviderClient