Amazon.CognitoIdentityProvider.AmazonCognitoIdentityProviderClient.AddCustomAttributesAsync C# (CSharp) 메소드

AddCustomAttributesAsync() 공개 메소드

Initiates the asynchronous execution of the AddCustomAttributes operation.
public AddCustomAttributesAsync ( AddCustomAttributesRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.CognitoIdentityProvider.Model.AddCustomAttributesRequest Container for the necessary parameters to execute the AddCustomAttributes operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
리턴 Task
        public Task<AddCustomAttributesResponse> AddCustomAttributesAsync(AddCustomAttributesRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken))
        {
            var marshaller = new AddCustomAttributesRequestMarshaller();
            var unmarshaller = AddCustomAttributesResponseUnmarshaller.Instance;

            return InvokeAsync<AddCustomAttributesRequest,AddCustomAttributesResponse>(request, marshaller, 
                unmarshaller, cancellationToken);
        }
AmazonCognitoIdentityProviderClient