Amazon.CognitoIdentity.AmazonCognitoIdentityClient.EndUpdateIdentityPool C# (CSharp) 메소드

EndUpdateIdentityPool() 공개 메소드

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