Amazon.CognitoIdentityProvider.AmazonCognitoIdentityProviderClient.EndAddCustomAttributes C# (CSharp) Метод

EndAddCustomAttributes() публичный Метод

Finishes the asynchronous execution of the AddCustomAttributes operation.
public EndAddCustomAttributes ( IAsyncResult asyncResult ) : AddCustomAttributesResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginAddCustomAttributes.
Результат AddCustomAttributesResponse
        public  AddCustomAttributesResponse EndAddCustomAttributes(IAsyncResult asyncResult)
        {
            return EndInvoke<AddCustomAttributesResponse>(asyncResult);
        }
AmazonCognitoIdentityProviderClient