IOrganizationInfoIsReloadRequired Method
Determines whether reload of organization information is required according to the expiration dates on it.
Namespace: SMath.Manager.LicensingAssembly: SMath.Manager (in SMath.Manager.dll) Version: 1.73.9126.0
bool IsReloadRequired(
DateTime currentDate,
TimeSpan refershTimeout
)
Function IsReloadRequired (
currentDate As DateTime,
refershTimeout As TimeSpan
) As Boolean
bool IsReloadRequired(
DateTime currentDate,
TimeSpan refershTimeout
)
abstract IsReloadRequired :
currentDate : DateTime *
refershTimeout : TimeSpan -> bool
- currentDate DateTime
- Current date to check against.
- refershTimeout TimeSpan
- Timeout for regular refresh of the license information.
BooleanWhether reload of organization information is required.