Note

You are not reading the most recent version of this documentation.

ArchitectureDiagramHandle

class Cocotec.CocoPlatform.Coco.ArchitectureDiagramHandle

For asynchronously receiving architecture diagrams.

Public Functions

ArchitectureDiagramHandle (APIClient client)
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.