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

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

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

            return InvokeAsync<ListStateMachinesRequest,ListStateMachinesResponse>(request, marshaller, 
                unmarshaller, cancellationToken);
        }