RunAsync

Run the SDK main loop asynchronously (non-blocking).

void RunAsync()

Parameters

  • none

Return Value

Run the SDK main loop asynchronously

Example

// example

RunAsync();

Last updated

Was this helpful?