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

InternalData Class

Represents additional data associated with the task.

Overview

Static Public Member Functions

static bool
TryGet
( Guid taskId,
out T data )
static void
Set
( Guid taskId,
T data )

Details

Detailed Description

These "removers" and "clearers" offer a sort of type erasure so that we can store a typeless delegate to invoke that doesn't depend on T .

Static Member Functions

static bool OVRTask< TResult >.InternalData< T >.TryGet
( Guid taskId,
out T data )
No description available.
static void OVRTask< TResult >.InternalData< T >.Set
( Guid taskId,
T data )
No description available.
Did you find this page helpful?
Thumbs up icon
Thumbs down icon