IncrementalResultSubscriber Class
A delegate to invoke when incremental data is received.
It is up to the task creator to provide incremental data, but this offers a way to store the delegates, if your API offers one to the caller of an async operation.
static void Set ( Guid taskId,
Action< T > subscriber )
static void Notify ( Guid taskId,
T result )