IThreadingApiInvokeT Method (FuncT)

GF API Documentation
Enqueue a func 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

T Invoke<T>(
	Func<T> func
)

Parameters

func
Type: SystemFuncT

Type Parameters

T

Return Value

Type: T
See Also

Reference