Amazon.CognitoIdentity.AmazonCognitoIdentityClient.EndCreateIdentityPool C# (CSharp) Méthode

EndCreateIdentityPool() public méthode

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