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

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

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

            return InvokeAsync<ListExecutionsRequest,ListExecutionsResponse>(request, marshaller, 
                unmarshaller, cancellationToken);
        }