Amazon.StepFunctions.AmazonStepFunctionsClient.SendTaskSuccessAsync C# (CSharp) Метод

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

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

            return InvokeAsync<SendTaskSuccessRequest,SendTaskSuccessResponse>(request, marshaller, 
                unmarshaller, cancellationToken);
        }