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

EndCreateIdentityPool() 공개 메소드

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