Checks if the internal VisionPro release date is within VisionPro.Generic maintenance period.
Namespace: Cognex.VisionProAssembly: Cognex.VisionPro.Core (in Cognex.VisionPro.Core.dll) Version: 93.1.0.0
[ObsoleteAttribute("This method is deprecated.", false)]
public static bool IsDateWithinMaintenancePeriod(
bool throwOnInternalError
)[ObsoleteAttribute("This method is deprecated.", false)]
public static bool IsDateWithinMaintenancePeriod(
bool throwOnInternalError
)<ObsoleteAttribute("This method is deprecated.", false)>
Public Shared Function IsDateWithinMaintenancePeriod (
throwOnInternalError As Boolean
) As Boolean<ObsoleteAttribute("This method is deprecated.", false)>
Public Shared Function IsDateWithinMaintenancePeriod (
throwOnInternalError As Boolean
) As Booleanpublic:
[ObsoleteAttribute(L"This method is deprecated.", false)]
static bool IsDateWithinMaintenancePeriod(
bool throwOnInternalError
)
public:
[ObsoleteAttribute(L"This method is deprecated.", false)]
static bool IsDateWithinMaintenancePeriod(
bool throwOnInternalError
)
Parameters
- throwOnInternalError
- Type: System Boolean
This parameter is not used.
Return Value
Type:
BooleanTrue. Cognex dongles are no longer using Maintenance Period so this deprecated function will always return true.