[This is preliminary documentation and is subject to change.]

Runs the task once at a given date. If the given date is in the past, the task is ran immediately.

Namespace: fCraft
Assembly: fCraft (in fCraft.dll) Version: 0.6.3.2 (0.6.3.2)

Syntax

   
 C# 
public SchedulerTask RunOnce(
	Object userState,
	DateTime time
)

Parameters

userState
Object
time
DateTime

See Also