PIConnectionInfo Properties
- Last UpdatedNov 18, 2025
- 3 minute read
- PI System
- AF SDK 2024 R2
- Developer
The PIConnectionInfo type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| ConnectionTimeOut |
Read/write property that is the timeout used to connect to the PIServer
on the remote host.
| |
| DefaultPreference |
The default connection preference to be used when attempting to connect to
a member in a PICollective.
| |
| Expiration |
Read-only property that returns the Token Expiration used by OpenID connections
to the PI server.
For windows connections, this will return DateTime.MinValue.
For openId connections, this will return the access token expiration.
| |
| Host |
This property is the name of the host machine where the PIServer
is executing.
| |
| IsConnected |
Indicates the connection status to the PIServer.
| |
| OperationTimeOut |
Read/write property that is the timeout used to perform operations on the PIServer.
| |
| PIServer |
This read-only property allows access to the PIServer associated with this
object.
| |
| Port |
Read/write property that is the port number used to connect to the PIServer
on the remote host.
| |
| Preference |
The default connection preference override to be used when attempting to connect to
a member in a PICollective for this PIServer instance.
|