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

EndDescribeIdentity() public méthode

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