Amazon.Snowball.AmazonSnowballClient.ListClusterJobsAsync C# (CSharp) Method

ListClusterJobsAsync() public method

Initiates the asynchronous execution of the ListClusterJobs operation.
public ListClusterJobsAsync ( ListClusterJobsRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.Snowball.Model.ListClusterJobsRequest Container for the necessary parameters to execute the ListClusterJobs operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
return Task
        public Task<ListClusterJobsResponse> ListClusterJobsAsync(ListClusterJobsRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken))
        {
            var marshaller = new ListClusterJobsRequestMarshaller();
            var unmarshaller = ListClusterJobsResponseUnmarshaller.Instance;

            return InvokeAsync<ListClusterJobsRequest,ListClusterJobsResponse>(request, marshaller, 
                unmarshaller, cancellationToken);
        }