Amazon.CognitoIdentity.AmazonCognitoIdentityClient.EndLookupDeveloperIdentity C# (CSharp) Méthode

EndLookupDeveloperIdentity() public méthode

Finishes the asynchronous execution of the LookupDeveloperIdentity operation.
public EndLookupDeveloperIdentity ( IAsyncResult asyncResult ) : Amazon.CognitoIdentity.Model.LookupDeveloperIdentityResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginLookupDeveloperIdentity.
Résultat Amazon.CognitoIdentity.Model.LookupDeveloperIdentityResponse
        public  LookupDeveloperIdentityResponse EndLookupDeveloperIdentity(IAsyncResult asyncResult)
        {
            return EndInvoke<LookupDeveloperIdentityResponse>(asyncResult);
        }
AmazonCognitoIdentityClient