IThreadingApiInvoke Method (Action)

GF API Documentation
Enqueue an action from a non-API thread that will be invoked on the API thread in Advance. Will not return until invocation is complete.

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

void Invoke(
	Action action
)

Parameters

action
Type: SystemAction
See Also

Reference