Amazon.CognitoIdentityProvider.AmazonCognitoIdentityProviderClient.EndAddCustomAttributes C# (CSharp) Method

EndAddCustomAttributes() public method

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