CommandCreateTimer Method

Creates an time based listener to be used by the [!:HandlerCollection.Add(CommandBase)]

Definition

Namespace: Firefly.Box
Assembly: Firefly.Box (in Firefly.Box.dll) Version: debug-master-v:33791
C#
public static Command CreateTimer(
	int seconds
)

Parameters

seconds  Int32
the interval in seconds

Return Value

Command
A [!:CommandBase] that is used by the [!:HandlerCollection.Add(CommandBase)]

Remarks

When ever the interval declared in the seconds parameter is reached, the handler's Invokes event will be raised

See Also