Task<T> constructor

Task<T>(
  1. ReceivePort receivePort
)

Implementation

Task(this.receivePort);