Amazon.Pinpoint.AmazonPinpointClient.UpdateEndpointsBatchAsync C# (CSharp) Метод

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

Initiates the asynchronous execution of the UpdateEndpointsBatch operation.
public UpdateEndpointsBatchAsync ( UpdateEndpointsBatchRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.Pinpoint.Model.UpdateEndpointsBatchRequest Container for the necessary parameters to execute the UpdateEndpointsBatch operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Результат Task
        public Task<UpdateEndpointsBatchResponse> UpdateEndpointsBatchAsync(UpdateEndpointsBatchRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken))
        {
            var marshaller = new UpdateEndpointsBatchRequestMarshaller();
            var unmarshaller = UpdateEndpointsBatchResponseUnmarshaller.Instance;

            return InvokeAsync<UpdateEndpointsBatchRequest,UpdateEndpointsBatchResponse>(request, marshaller, 
                unmarshaller, cancellationToken);
        }
AmazonPinpointClient