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

EndDeleteIdentityPool() public method

Finishes the asynchronous execution of the DeleteIdentityPool operation.
public EndDeleteIdentityPool ( IAsyncResult asyncResult ) : Amazon.CognitoIdentity.Model.DeleteIdentityPoolResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDeleteIdentityPool.
return Amazon.CognitoIdentity.Model.DeleteIdentityPoolResponse
        public  DeleteIdentityPoolResponse EndDeleteIdentityPool(IAsyncResult asyncResult)
        {
            return EndInvoke<DeleteIdentityPoolResponse>(asyncResult);
        }
AmazonCognitoIdentityClient