QuartzSchedulerNextLong Method

Quartz.NET 3.0 API Documentation
Creates a new positive random number

Namespace:  Quartz.Core
Assembly:  Quartz (in Quartz.dll) Version: 3.0.0
Syntax

C#
public static long NextLong(
	QuartzRandom random
)

Parameters

random
Type: Quartz.CoreQuartzRandom
The last random obtained

Return Value

Type: Int64
Returns a new positive random number
See Also

Reference