PICollectiveMember.ConnectDirect Method
- Last UpdatedNov 18, 2025
- 3 minute read
- PI System
- AF SDK 2024 R2
- Developer
Creates an independent direct connection to the specific server of the PICollective to
allow sending and retrieving data for multiple collective members.
Overload List
| Name | Description | |
|---|---|---|
| ConnectDirect |
Creates an independent direct connection to the specific server of the PICollective using
default credentials to allow sending and retrieving data for multiple collective members.
| |
| ConnectDirect(NetworkCredential) |
Creates an independent direct connection to the specific server of the PICollective using
the specified PI User credentials to allow sending and retrieving data for multiple collective members.
| |
| ConnectDirect(Boolean, IWin32Window) |
Creates an independent direct connection to the specific server of the PICollective with a
credential prompt if necessary to allow sending and retrieving data for multiple collective members.
| |
| ConnectDirect(NetworkCredential, PIAuthenticationMode) |
Creates an independent direct connection to the specific server of the PICollective using
the specified credentials to allow sending and retrieving data for multiple collective members.
| |
| ConnectDirect(Boolean, IWin32Window, Boolean) |
Creates an independent direct connection to the specific server of the PICollective with a
credential prompt if necessary to allow sending and retrieving data for multiple collective members.
|