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

EndConfirmDevice() public method

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