BRLicenseInfo.Search(String) Method

<< 点击显示目录 >>

主页  PVI通信 > PVI帮助信息 > PVI Services > BR.AN.Namespace > BR.AN Namespace > BRLicenseInfo Class > BRLicenseInfo Methods > BRLicenseInfo.Search Method >

BRLicenseInfo.Search(String) Method

BR.AN.PviServices .NET


Call this method to initiate a search for all available license keys. Search for license DLLs in the appliaction executable path, for DS keys on all LPT ports and on all USB prots. The result of the search will always be returned in the event .

[Visual Basic]

Public Overloads Sub Search( _

  ByVal moduleFileName As String _

)

[C#]

public int Search(

  string moduleFileName

);

Parameters

moduleFileName

The path and the file name where to search for the license module.

Return Value

The number of licenses found. 0 if the function succeds but there are no license keys availabe.

Remarks

There will be no event, if there is no license info available.

See Also

BRLicenseInfo Class | BR.AN Namespace | BRLicenseInfo.Search Overload List | Found | Found


Generated from assembly BR.AN.PviServices [8.1.0.4]