IOrganizationInfoIsReloadRequired Method

Determines whether reload of organization information is required according to the expiration dates on it.

Definition

Namespace: SMath.Manager.Licensing
Assembly: SMath.Manager (in SMath.Manager.dll) Version: 1.73.9126.0
C#
bool IsReloadRequired(
	DateTime currentDate,
	TimeSpan refershTimeout
)

Parameters

currentDate  DateTime
Current date to check against.
refershTimeout  TimeSpan
Timeout for regular refresh of the license information.

Return Value

Boolean
Whether reload of organization information is required.

See Also