Amazon.CognitoIdentityProvider.AmazonCognitoIdentityProviderClient.EndVerifyUserAttribute C# (CSharp) 메소드

EndVerifyUserAttribute() 공개 메소드

Finishes the asynchronous execution of the VerifyUserAttribute operation.
public EndVerifyUserAttribute ( IAsyncResult asyncResult ) : VerifyUserAttributeResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginVerifyUserAttribute.
리턴 VerifyUserAttributeResponse
        public  VerifyUserAttributeResponse EndVerifyUserAttribute(IAsyncResult asyncResult)
        {
            return EndInvoke<VerifyUserAttributeResponse>(asyncResult);
        }
AmazonCognitoIdentityProviderClient