Amazon.CognitoIdentity.AmazonCognitoIdentityClient.EndDescribeIdentityPool C# (CSharp) Метод

EndDescribeIdentityPool() публичный Метод

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