CommandCreateTimer Method
Creates an time based listener to be used by the [!:HandlerCollection.Add(CommandBase)]
Namespace: Firefly.BoxAssembly: Firefly.Box (in Firefly.Box.dll) Version: debug-master-v:33791
public static Command CreateTimer(
int seconds
)
Public Shared Function CreateTimer (
seconds As Integer
) As Command
static member CreateTimer :
seconds : int -> Command
- seconds Int32
- the interval in seconds
CommandA
[!:CommandBase] that is used by the
[!:HandlerCollection.Add(CommandBase)]
When ever the interval declared in the
seconds parameter is reached, the handler's
Invokes event will be raised