IService3LProGetAbout3LProServices Method |
[This is preliminary documentation and is subject to change.]
Hämtar information om 3LProServices och den 3L Pro-installation services går mot.
Namespace: _3LProServicesAssembly: 3LProServices (in 3LProServices.dll) Version: 15.2.1.19 (15.2.1.19)
Syntaxbool GetAbout3LProServices(
out About3LProServices about3LProServices,
out List<string> errorMessages
)
Function GetAbout3LProServices (
<OutAttribute> ByRef about3LProServices As About3LProServices,
<OutAttribute> ByRef errorMessages As List(Of String)
) As Boolean
Parameters
- about3LProServices
- Type: _3LProServicesAbout3LProServices
Information om 3LProServices och 3L Pro - errorMessages
- Type: System.Collections.GenericListString
Om metoden returnerar FALSE, en lista med orsaker. True = tom lista.
Return Value
Type:
BooleanTrue - om anslutning till 3L Pro-databas lyckats. I annat fall false.
RemarksSyftet med denna metod är att anroparen kan få bekräftat att den får
a) kontakt med 3LProServices b) kan ansluta till 3L Pro-databasen c) få versioninformation om 3LProServices och 3L Pro; samt vilken 3L Pro-databas anslutning görs till.
See Also