You are here: Start » AVL.NET » Function Reference » System » Configuration » AVL.VerifyProjectID

AVL.VerifyProjectID

Verifies a project ID.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

C++
C#
 
public static void VerifyProjectID
(
	int inProjectID,
	bool inThrowError,
	out bool outIsLicenseValid
)

Parameters

Name Type Range Default Description
inProjectIDint<0, INF>Project ID assigned to your license.
inThrowErrorbool
outIsLicenseValidbool

Multithreaded environment

This function is not guaranteed to be thread-safe. When used in multithreaded environment, it has to be manually synchronized.

See also