IThreadingApiBeginDelayedInvoke Method

GF API Documentation
Enqueue an action from any thread that will be invoked after a delay 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 BeginDelayedInvoke(
	TimeSpan delay,
	Action action,
	CancellationToken token
)

Parameters

delay
Type: SystemTimeSpan
action
Type: SystemAction
token
Type: System.ThreadingCancellationToken
See Also

Reference