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

EndUpdateIdentityPool() public method

Finishes the asynchronous execution of the UpdateIdentityPool operation.
public EndUpdateIdentityPool ( IAsyncResult asyncResult ) : UpdateIdentityPoolResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginUpdateIdentityPool.
return Amazon.CognitoIdentity.Model.UpdateIdentityPoolResponse
        public  UpdateIdentityPoolResponse EndUpdateIdentityPool(IAsyncResult asyncResult)
        {
            return EndInvoke<UpdateIdentityPoolResponse>(asyncResult);
        }
AmazonCognitoIdentityClient