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

IncrementalResultSubscriber Class

A delegate to invoke when incremental data is received.

Overview

Static Public Member Functions

static void
Set
( Guid taskId,
Action< T > subscriber )
static void
Notify
( Guid taskId,
T result )

Details

Detailed Description

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 OVRTask< TResult >.IncrementalResultSubscriber< T >.Set
( Guid taskId,
Action< T > subscriber )
No description available.
static void OVRTask< TResult >.IncrementalResultSubscriber< T >.Notify
( Guid taskId,
T result )
No description available.
Did you find this page helpful?
Thumbs up icon
Thumbs down icon