Amazon.DeviceFarm.AmazonDeviceFarmClient.ListDevicePoolsAsync C# (CSharp) Method

ListDevicePoolsAsync() public method

Initiates the asynchronous execution of the ListDevicePools operation.
public ListDevicePoolsAsync ( ListDevicePoolsRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.DeviceFarm.Model.ListDevicePoolsRequest Container for the necessary parameters to execute the ListDevicePools operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
return Task
        public Task<ListDevicePoolsResponse> ListDevicePoolsAsync(ListDevicePoolsRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken))
        {
            var marshaller = new ListDevicePoolsRequestMarshaller();
            var unmarshaller = ListDevicePoolsResponseUnmarshaller.Instance;

            return InvokeAsync<ListDevicePoolsRequest,ListDevicePoolsResponse>(request, marshaller, 
                unmarshaller, cancellationToken);
        }
AmazonDeviceFarmClient