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

EndDescribeIdentity() public method

Finishes the asynchronous execution of the DescribeIdentity operation.
public EndDescribeIdentity ( IAsyncResult asyncResult ) : DescribeIdentityResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDescribeIdentity.
return Amazon.CognitoIdentity.Model.DescribeIdentityResponse
        public  DescribeIdentityResponse EndDescribeIdentity(IAsyncResult asyncResult)
        {
            return EndInvoke<DescribeIdentityResponse>(asyncResult);
        }
AmazonCognitoIdentityClient