DotNetWikiBot Framework Documentation
Suspends execution for specified number of seconds.

Namespace: DotNetWikiBot
Assembly: DotNetWikiBot (in DotNetWikiBot.dll) Version: 0.0.0.0

Syntax

C#
public static void Wait(
	int seconds
)

Parameters

seconds
Type: System..::..Int32
Number of seconds to wait.

See Also