ArchitectureDiagramHandle¶
-
class
Cocotec.CocoPlatform.Coco.ArchitectureDiagramHandle
¶ For asynchronously receiving architecture diagrams.
Public Functions
-
abstract void
HandleDiagram
(Cocotec.CocoPlatform.Coco.ArchitectureDiagram diagram)¶ A callback which must be fast, because all calls to handle_diagram are performed in one dedicated thread (except for some error cases, where the call is performed synchronously).
-
void
Cancel
()¶ Cancels the asynchronous API call, causing the callback to be called immediately.
-
abstract void