Amazon.CognitoIdentityProvider.AmazonCognitoIdentityProviderClient.EndAddCustomAttributes C# (CSharp) Méthode

EndAddCustomAttributes() public méthode

Finishes the asynchronous execution of the AddCustomAttributes operation.
public EndAddCustomAttributes ( IAsyncResult asyncResult ) : AddCustomAttributesResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginAddCustomAttributes.
Résultat AddCustomAttributesResponse
        public  AddCustomAttributesResponse EndAddCustomAttributes(IAsyncResult asyncResult)
        {
            return EndInvoke<AddCustomAttributesResponse>(asyncResult);
        }
AmazonCognitoIdentityProviderClient