The ProgId of all OPCDA V2 servers is returned as a string array.
This array can e.g. be directly displayed in a Windows control.
Overload | Description |
---|---|
GetServerList(String[]) | Get the names of the registerd OPC DA 2.0 servers. The ProgId of all OPCDA V2 servers is returned as a string array. This array can e.g. be directly displayed in a Windows control. |
GetServerList(String[],Guid[]) | Get the CLSIDs of the installed OPC AE servers. |
GetServerList(Guid[],String[]) | Get the names of the OPC servers registered with one of the categories listed in the CategoriesList parameter. The ProgId of all servers is returned as a string array. This array can e.g. be directly displayed in a Windos control. |
GetServerList(Guid[],String[],Guid[]) | Get the names of the OPC servers registered with one of the categories listed in the CategoriesList parameter. The ProgId of all servers is returned as a string array. This array can e.g. be directly displayed in a Windos control. |