Click or drag to resize
Pager Constructor
Initializes a new instance of the Pager class

Namespace: Hangfire.Dashboard
Assembly: Hangfire.Core (in Hangfire.Core.dll) Version: 1.5.0.0
Syntax
public Pager(
	int from,
	int perPage,
	long total
)

Parameters

from
Type: SystemInt32

[Missing <param name="from"/> documentation for "M:Hangfire.Dashboard.Pager.#ctor(System.Int32,System.Int32,System.Int64)"]

perPage
Type: SystemInt32

[Missing <param name="perPage"/> documentation for "M:Hangfire.Dashboard.Pager.#ctor(System.Int32,System.Int32,System.Int64)"]

total
Type: SystemInt64

[Missing <param name="total"/> documentation for "M:Hangfire.Dashboard.Pager.#ctor(System.Int32,System.Int32,System.Int64)"]

See Also