Click or drag to resize

ITimerQueueTryAdd Method

Tries to adds the item identified by the provided token.

Namespace: Altaxo.Main.Services
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
bool TryAdd(
	Object token,
	TimeSpan time,
	Action<Object, TimeSpan> action
)

Parameters

token  Object
The token to identify the item.
time  TimeSpan
The due time.
action  ActionObject, TimeSpan
The action to perform when the due time is reached. 1st parameter is the token, 2nd parameter is the due time.

Return Value

Boolean

[Missing <returns> documentation for "M:Altaxo.Main.Services.ITimerQueue.TryAdd(System.Object,System.TimeSpan,System.Action{System.Object,System.TimeSpan})"]

See Also