Method ExecutePendingTasks
ExecutePendingTasks(int)
Executes any pending tasks generated asynchronously during the WebRTC runtime.
Declaration
public static bool ExecutePendingTasks(int millisecondTimeout)
Parameters
Type | Name | Description |
---|---|---|
int | millisecondTimeout | The amount of time in milliseconds that the task queue can take before task execution will cease. |
Returns
Type | Description |
---|---|
bool |
|