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

EndCreateIdentityPool() public method

Finishes the asynchronous execution of the CreateIdentityPool operation.
public EndCreateIdentityPool ( IAsyncResult asyncResult ) : CreateIdentityPoolResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginCreateIdentityPool.
return Amazon.CognitoIdentity.Model.CreateIdentityPoolResponse
        public  CreateIdentityPoolResponse EndCreateIdentityPool(IAsyncResult asyncResult)
        {
            return EndInvoke<CreateIdentityPoolResponse>(asyncResult);
        }
AmazonCognitoIdentityClient