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

DeleteDevicePoolAsync() public method

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

            return InvokeAsync<DeleteDevicePoolRequest,DeleteDevicePoolResponse>(request, marshaller, 
                unmarshaller, cancellationToken);
        }
AmazonDeviceFarmClient