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

EndDescribeIdentityPool() public method

Finishes the asynchronous execution of the DescribeIdentityPool operation.
public EndDescribeIdentityPool ( IAsyncResult asyncResult ) : DescribeIdentityPoolResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDescribeIdentityPool.
return Amazon.CognitoIdentity.Model.DescribeIdentityPoolResponse
        public  DescribeIdentityPoolResponse EndDescribeIdentityPool(IAsyncResult asyncResult)
        {
            return EndInvoke<DescribeIdentityPoolResponse>(asyncResult);
        }
AmazonCognitoIdentityClient