Open Rails

VersionInfo.GetValidity Method

[This is preliminary documentation and subject to change.]

Find whether a requested version and build are valid for this build

public static bool? GetValidity(
   string version,
   string build,
   int youngestFailedToResume
);

Parameters

version
version to test again
build
build to test again
youngestFailedToResume
youngest build that failed to resume

Return Value

true or false when able to determine validity, null otherwise

See Also

VersionInfo Class | ORTS.Common Namespace