PICollectiveMember.Connect Method
- Last UpdatedNov 18, 2025
- 3 minute read
- PI System
- AF SDK 2024 R2
- Developer
Directly connects to the specific server within the PICollective to allow sending and retrieving data.
Overload List
| Name | Description | |
|---|---|---|
| Connect |
Directly connects to the specific server within the PICollective using default credentials
to allow sending and retrieving data.
| |
| Connect(NetworkCredential) |
Directly connects to the specific server within the PICollective using the specified
PI User credentials to allow sending and retrieving data.
| |
| Connect(String) |
Directly connects to the specific server within the PICollective using the specified
credentials to allow sending and retrieving data.
| |
| Connect(Boolean, IWin32Window) |
Directly connects to the specific server within the PICollective with a credential prompt
if necessary to allow sending and retrieving data.
| |
| Connect(NetworkCredential, PIAuthenticationMode) |
Directly connects to the specific server within the PICollective using the specified
credentials to allow sending and retrieving data.
| |
| Connect(String, String) |
Directly connects to the specific server within the PICollective using the specified
credentials to allow sending and retrieving data.
| |
| Connect(Boolean, IWin32Window, Boolean) |
Directly connects to the specific server within the PICollective with a credential prompt
if necessary to allow sending and retrieving data.
|