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

BeginAdminRespondToAuthChallenge() public method

Initiates the asynchronous execution of the AdminRespondToAuthChallenge operation.
public BeginAdminRespondToAuthChallenge ( AdminRespondToAuthChallengeRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.CognitoIdentityProvider.Model.AdminRespondToAuthChallengeRequest Container for the necessary parameters to execute the AdminRespondToAuthChallenge operation on AmazonCognitoIdentityProviderClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
return IAsyncResult
        public IAsyncResult BeginAdminRespondToAuthChallenge(AdminRespondToAuthChallengeRequest request, AsyncCallback callback, object state)
        {
            var marshaller = new AdminRespondToAuthChallengeRequestMarshaller();
            var unmarshaller = AdminRespondToAuthChallengeResponseUnmarshaller.Instance;

            return BeginInvoke<AdminRespondToAuthChallengeRequest>(request, marshaller, unmarshaller,
                callback, state);
        }
AmazonCognitoIdentityProviderClient