API reference
API reference
Select your platform
No SDKs available
No versions available

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 Member Functions

static void Set
( Guid taskId,
Action< T > subscriber )
static void Notify
( Guid taskId,
T result )
Did you find this page helpful?
Thumbs up icon
Thumbs down icon