PISystem.Connect Method
- Last UpdatedNov 18, 2025
- 3 minute read
- PI System
- AF SDK 2024 R2
- Developer
Connects to the server to allow sending and retrieving data.
Connects to the server using the specified connection preference to allow sending and retrieving data.
Overload List
| Name | Description | |
|---|---|---|
| Connect |
Connects to the server using default credentials to allow sending and retrieving data.
| |
| Connect(NetworkCredential) |
Connects to the server using the specified credentials to allow sending and retrieving data.
| |
| Connect(String) |
Connects to the server using the specified Access Token to allow sending and retrieving data.
| |
| Connect(AFConnectionPreference) |
Connects to the server using the specified connection preference to allow sending and retrieving data.
| |
| Connect(Boolean, IWin32Window) |
Connects to the server with a credential prompt if necessary to allow sending and retrieving data.
| |
| Connect(NetworkCredential, AFConnectionPreference) |
Connects to the server using the specified credentials and connection preference
to allow sending and retrieving data.
| |
| Connect(String, AFConnectionPreference) |
Connects to the server using the specified Access Token to allow sending and retrieving data.
| |
| Connect(String, String) |
Connects to the server using the specified credentials to allow sending and retrieving data.
| |
| Connect(Boolean, IWin32Window, AFConnectionPreference) |
Connects to the server using the specified connection preference with a credential prompt
if necessary to allow sending and retrieving data.
| |
| Connect(String, String, AFConnectionPreference) |
Connects to the server using the specified credentials to allow sending and retrieving data.
| |
| Connect(Boolean, IWin32Window, AFConnectionPreference, Boolean) |
Connects to the server using the specified connection preference with a credential prompt
if necessary to allow sending and retrieving data and return an indication that dialog was canceled.
|
See Also
In This Topic
Related Links
- Connect Method
- Connect Method (NetworkCredential)
- Connect Method (String)
- Connect Method (AFConnectionPreference)
- Connect Method (Boolean, IWin32Window)
- Connect Method (NetworkCredential, AFConnectionPreference)
- Connect Method (String, AFConnectionPreference)
- Connect Method (String, String)
- Connect Method (Boolean, IWin32Window, AFConnectionPreference)
- Connect Method (String, String, AFConnectionPreference)
- Connect Method (Boolean, IWin32Window, AFConnectionPreference, Boolean)