Amazon.CognitoIdentity.AmazonCognitoIdentityClient.EndLookupDeveloperIdentity C# (CSharp) Method

EndLookupDeveloperIdentity() public method

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.
return Amazon.CognitoIdentity.Model.LookupDeveloperIdentityResponse
        public  LookupDeveloperIdentityResponse EndLookupDeveloperIdentity(IAsyncResult asyncResult)
        {
            return EndInvoke<LookupDeveloperIdentityResponse>(asyncResult);
        }
AmazonCognitoIdentityClient