class Teak.Operation

Manages asynchronous calls to the native Teak SDK implementations.

Methods

Operation

 Operation(Action<string> init);

Parameters

Name Description

init

Properties

Name Type Description Access

IsDone

bool

Returns

Get

ResultJson

string

Get

Result

Dictionary<string, object>

Get

Events

OnDone

Called when the result of IsDone becomes true; this must be pumped via calling IsDone.

System.Action<Dictionary<string, object>, Exception> OnDone;