Amazon.Pinpoint.AmazonPinpointClient.UpdateEndpointAsync C# (CSharp) Method

UpdateEndpointAsync() public method

Initiates the asynchronous execution of the UpdateEndpoint operation.
public UpdateEndpointAsync ( UpdateEndpointRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.Pinpoint.Model.UpdateEndpointRequest Container for the necessary parameters to execute the UpdateEndpoint operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
return Task
        public Task<UpdateEndpointResponse> UpdateEndpointAsync(UpdateEndpointRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken))
        {
            var marshaller = new UpdateEndpointRequestMarshaller();
            var unmarshaller = UpdateEndpointResponseUnmarshaller.Instance;

            return InvokeAsync<UpdateEndpointRequest,UpdateEndpointResponse>(request, marshaller, 
                unmarshaller, cancellationToken);
        }
AmazonPinpointClient