Amazon.SimpleWorkflow.AmazonSimpleWorkflowClient.ListWorkflowTypesAsync C# (CSharp) Method

ListWorkflowTypesAsync() public method

Initiates the asynchronous execution of the ListWorkflowTypes operation.
public ListWorkflowTypesAsync ( ListWorkflowTypesRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.SimpleWorkflow.Model.ListWorkflowTypesRequest Container for the necessary parameters to execute the ListWorkflowTypes operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
return Task
        public Task<ListWorkflowTypesResponse> ListWorkflowTypesAsync(ListWorkflowTypesRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken))
        {
            var marshaller = new ListWorkflowTypesRequestMarshaller();
            var unmarshaller = ListWorkflowTypesResponseUnmarshaller.Instance;

            return InvokeAsync<ListWorkflowTypesRequest,ListWorkflowTypesResponse>(request, marshaller, 
                unmarshaller, cancellationToken);
        }
AmazonSimpleWorkflowClient