IThreadingApiBeginInvoke Method

GF API Documentation
Enqueue an action from any thread that will be invoked on the API thread in Advance. Returns immediately without waiting for invocation.

Namespace:  GF.Api.Threading
Assembly:  GF.Api (in GF.Api.dll) Version: dd7171be68430789135ec75c4e9f4bbfeca31201
Syntax

void BeginInvoke(
	Action action
)

Parameters

action
Type: SystemAction
See Also

Reference