<< Click to Display Table of Contents >> Navigation: »No topics above this level« Service.GetPVIVersionInfo Method |
Call this method to retrive the version information of the the main PVI communication components including the Setup version. The result will be available as name to version pair. Includes the version number of the active PVI installation (the key is "§PVI Setup§"), The versions of the PVI communication librarie (the local one is marked with a starting "§LOCAL§ " and will always have the same version when NOOt using remote communication) and the version of the PVI Manager executable.
[Visual Basic]
Public Sub GetPVIVersionInfo( _
ByRef versionInfos As Hashtable _
)
[C#]
public int GetPVIVersionInfo(
ref Hashtable versionInfos
);
versionInfos
Contains the resulting verson info. The key is the name of the component and the value is the version string.
0 on success.
Service Class | BR.AN.PviServices Namespace
Generated from assembly BR.AN.PviServices [8.1.0.4]