PISystem.LogOut Method
- Last UpdatedNov 18, 2025
- 2 minute read
- PI System
- AF SDK 2024 R2
- Developer
Logs out the current OIDC user and disconnects all associated open connections to the PI AF Server.
Namespace: OSIsoft.AF
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.1.1.1182
Syntax
public void LogOut()
Public Sub LogOut Dim instance As PISystem instance.LogOut()
public: void LogOut()
member LogOut : unit -> unit
Events
| Event Type | Reason |
|---|---|
| PISystemConnectChanged | This event will be raised when the connection status for the PISystem changes. |