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

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

Finishes the asynchronous execution of the ConfirmDevice operation.
public EndConfirmDevice ( IAsyncResult asyncResult ) : ConfirmDeviceResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginConfirmDevice.
Результат Amazon.CognitoIdentityProvider.Model.ConfirmDeviceResponse
        public  ConfirmDeviceResponse EndConfirmDevice(IAsyncResult asyncResult)
        {
            return EndInvoke<ConfirmDeviceResponse>(asyncResult);
        }
AmazonCognitoIdentityProviderClient