Click or drag to resize

SingleOccurrenceActionExecuteWithoutWait Method

Registers this callback to occur once all blocking call complete. This function will return immediately and the callback may or may not be run. Only one callback will be executed by this class and it will be the first one to call either ExecuteWithoutWait(Action) or ExecuteAndWait(Action).

Namespace: GSF.Threading
Assembly: GSF.Core (in GSF.Core.dll) Version: 2.4.245-beta+94213ae9d4d0aa7a2c48e5398b12d267b99f868a
Syntax
public void ExecuteWithoutWait(
	Action callback = null
)
View Source

Parameters

callback  Action  (Optional)
the callback to execute
See Also