Task constructor

Task(
  1. ExchangeService service
)
Initializes an unsaved local instance of The ExchangeService instance to which this task is bound.

Implementation

Task(ExchangeService service) : super(service);